config command now works fully
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import dataclasses
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
class Action:
|
||||
chat_id: int
|
||||
action_module: str
|
||||
action: str
|
||||
overload: str = None
|
||||
Reference in New Issue
Block a user