尝试制作Discord机器人,获取“ RuntimeError:无法关闭正在运行的事件循环”

时间:2019-03-09 20:27:27

标签: python asynchronous bots discord

我正在尝试对Discord机器人进行编程,但是当我运行

import discord
from discord.ext import commands
client=discord.Client()
token='XXXXXXXXXX'
client.run(token)

在以下链接的屏幕截图中我得到了错误。我正在使用Python 3.6.7和JupyterLab。

Screencap of traceback

0 个答案:

没有答案