def _setup_client(self):
# loop = asyncio.get_event_loop()
# loop.slow_callback_duration = 10
self.client = discord.Client()
self.client.event(self.on_ready)
# ======================================================
评论列表
文章目录