Rename classes representing commands to <CommandName>Command
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import main
|
||||
import modules.userinfo as userinfo
|
||||
|
||||
class Who:
|
||||
class WhoCommand:
|
||||
def __init__(self, *args):
|
||||
self.who(*args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user