def __init__(self, bot):
self.bot = bot.bot
self.description = "*/wiki* _<term>_ - defines _<term>_ using wikipedia"
self.queue_in = Queue()
wikipedia.set_lang("de")
thread.start_new_thread(self.run, ())
#self.lastsearch_dict = {} #this may be implemented in order to enter simply a number
# based on the "this was too inspecific" message. not done yet.
评论列表
文章目录