mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Adding commands, calling works
This commit is contained in:
parent
3cfc87b7e1
commit
4bcd00826e
5 changed files with 96 additions and 17 deletions
|
|
@ -10,6 +10,3 @@ class CustomCommand:
|
|||
name: str = None
|
||||
response: str = None
|
||||
alias_used: str = None
|
||||
|
||||
def __nonzero__(self):
|
||||
return self.id is not None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue