Exemplo n.º 1
0
    def __init__(self, engine):
        Command.__init__(self, engine)

        self.cleverbot = Session()
Exemplo n.º 2
0
 def __init__(self, engine):
     Command.__init__(self, engine)
Exemplo n.º 3
0
 def __init__(self, bot):
     Command.__init__(self, bot)
     self.polls = {}
     self.pollids = {}
     self.currentPoll = ""
Exemplo n.º 4
0
 def __init__(self, bot):
     Command.__init__(self, bot)
     self.polls = {}
     self.pollids = {}
     self.currentPoll = ""