Added first controls

This commit is contained in:
2025-11-26 20:53:12 +01:00
parent 459c89bae2
commit ce5328fe34
68 changed files with 37849 additions and 87048 deletions

View File

@@ -0,0 +1,5 @@
class BaseCommands:
def __init__(self, owner):
self._owner = owner
self._id = owner.get_id()
self._prefix = owner.get_prefix()