Rename classes representing commands to <CommandName>Command
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import main
|
||||
|
||||
class Help:
|
||||
class HelpCommand:
|
||||
def __init__(self, *args):
|
||||
self.help(*args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user