Esempio n. 1
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
Esempio n. 2
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
Esempio n. 3
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)