使用 asyncio 的 RunTimeError
作者:spirledaxis 提问时间:10/30/2023
我正在尝试运行一个单独的循环,同时让我的 discord 机器人执行其他操作,例如斜杠命令。我正在使用 asyncio、await 和 threading 来做到这一点。 bot = Client(...
discord-interactions 问答列表
作者:spirledaxis 提问时间:10/30/2023
我正在尝试运行一个单独的循环,同时让我的 discord 机器人执行其他操作,例如斜杠命令。我正在使用 asyncio、await 和 threading 来做到这一点。 bot = Client(...