标签: 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