我刚刚安装了nextcord,但是当我试图将它导入到代码中时,它说:“import”无法解决“请帮助我”。
发布于 2022-04-24 23:59:26
最令人高兴的是你还没有安装它。您可以通过运行pip instal -U nextcord来安装它
pip instal -U nextcord
https://stackoverflow.com/questions/71914232
相似问题