Rename classes representing commands to <CommandName>Command
This commit is contained in:
@@ -2,7 +2,7 @@ import main
|
||||
from core.helper import startBot
|
||||
from core.bot import deliverRelayCommands
|
||||
|
||||
class Enable:
|
||||
class EnableCommand:
|
||||
def __init__(self, *args):
|
||||
self.enable(*args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user