def __init__(self,bot,cmd,response): Command.__init__(self,bot) self.cmd = cmd self.response = response
def __init__(self,bot,cmd,action,has_target): Command.__init__(self,bot) self.cmd = cmd self.action = action self.has_target = has_target