def __init__(self, bot_config): Bot.__init__(self, bot_config) self._response = "Unknown"
def __init__(self, config): Bot.__init__(self, config) self._answer = ""
def __init__(self, config: BotConfiguration): Bot.__init__(self, config)