Added config checking, event listeners, etc.

Can track added features by comparing TODO list.
This commit is contained in:
2021-07-16 23:53:31 +01:00
parent 1d355e3b2d
commit 51a01bab49
22 changed files with 346 additions and 77 deletions

View File

@ -6,7 +6,7 @@ from bot import configFile, yaml_load, yaml_dump
### Cog for handling the non-Slash prefix for native Bot commands.
class Prefix(commands.Cog):
class Prefix(commands.Cog, name='Server Command Prefix'):
def __init__(self, client):
self.client = client