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