sus
This commit is contained in:
parent
82e35badba
commit
7512bd339d
@ -240,11 +240,11 @@ async def sus_function(message): #sus function
|
||||
##############################################################################################################
|
||||
|
||||
class Command:
|
||||
def __init__(self, caller, desc, script):
|
||||
def __init__(self, caller, desc, script):
|
||||
self.caller = caller
|
||||
self.desc = desc
|
||||
self.script = script
|
||||
def help_print(self):
|
||||
def help_print(self):
|
||||
return ('%s %s' % (self.caller, self.desc))
|
||||
|
||||
class Function:
|
||||
|
Loading…
Reference in New Issue
Block a user