forked from viveksantayana/geas-bot
Added config checking, event listeners, etc.
Can track added features by comparing TODO list.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user