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