示例#1
0
 def __init__(self,
              config: BotConfiguration,
              client,
              pre_processed=None,
              post_processed=None):
     Bot.__init__(self, config, client)
     self._pre_processed = pre_processed
     self._post_processed = post_processed
示例#2
0
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
示例#3
0
 def __init__(self, config: BotConfiguration, client):
     Bot.__init__(self, config, client)
示例#4
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
示例#5
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
示例#6
0
 def __init__(self, config, client):
     Bot.__init__(self, config, client)
     self._answer = ""
示例#7
0
 def __init__(self):
     Bot.__init__(self, Brain(BrainConfiguration()), BotConfiguration())
     self._response = "Unknown"
示例#8
0
 def __init__(self, config):
     Bot.__init__(self, config)
     self._answer = ""
示例#9
0
文件: base.py 项目: Freiza/program-y
 def __init__(self, bot_config):
     Bot.__init__(self, bot_config)
     self._response = "Unknown"
示例#10
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)
示例#11
0
 def __init__(self, config: BotConfiguration):
     Bot.__init__(self, config)