def __init__(self, bot):
self.bot = bot.bot
self.description = "*/voice* _<message>_ - using gTTS a voice message of _<message>_ is created"
self.queue_in=Queue()
#self.queue_out=Queue()
thread.start_new_thread(self.run,())
#self.resttime=0
#self.lastcmd=0
评论列表
文章目录