mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Legacy removals, code restructuring, add send_... functions and better help
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# ================================== #
|
||||
# WinDog multi-purpose chatbot #
|
||||
# Licensed under AGPLv3 by OctoSpacc #
|
||||
# ================================== #
|
||||
# ==================================== #
|
||||
# WinDog multi-purpose chatbot #
|
||||
# Licensed under AGPLv3 by OctoSpacc #
|
||||
# ==================================== #
|
||||
|
||||
from types import SimpleNamespace
|
||||
|
||||
@ -22,6 +22,9 @@ class SafeNamespace(DictNamespace):
|
||||
|
||||
# we just use these for type hinting and clearer code:
|
||||
|
||||
class CommandData(SafeNamespace):
|
||||
pass
|
||||
|
||||
class EventContext(SafeNamespace):
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user