Exemplo n.º 1
0
 def __init__(self,bot,cmd,response):
     Command.__init__(self,bot)
     
     self.cmd = cmd
     self.response = response
Exemplo n.º 2
0
 def __init__(self,bot,cmd,action,has_target):
     Command.__init__(self,bot)
     self.cmd = cmd
     self.action = action
     self.has_target = has_target