Adding commands, calling works

This commit is contained in:
Stijn De Clercq 2021-05-17 20:10:07 +02:00
parent 3cfc87b7e1
commit 4bcd00826e
5 changed files with 96 additions and 17 deletions

View file

@ -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