config command now works fully

This commit is contained in:
BarsTiger
2023-03-11 23:13:55 +02:00
parent b83e649349
commit 66b6da88ad
18 changed files with 297 additions and 63 deletions

View File

@@ -0,0 +1,9 @@
import dataclasses
@dataclasses.dataclass
class Action:
chat_id: int
action_module: str
action: str
overload: str = None