initial commit backend
This commit is contained in:
3
chat/command_exception.py
Normal file
3
chat/command_exception.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class CommandException(Exception):
|
||||
def __init__(self, *args):
|
||||
super().__init__(*args)
|
||||
Reference in New Issue
Block a user