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