newDiscord 未定义
newDiscord is not defined
所以我在 Visual Studio Code 中编写了一个 discord 机器人。之前用的还挺好的,重装VSC后好像不行了。每次我尝试 运行 机器人“node .”,它都会给我一个“newDiscord 未定义”。错误截图=> https://imgur.com/XpBEUr1. The top of my codes => https://imgur.com/IUQIExb
newDiscord 不是东西...你能做的是
new Discord.Client
所以我在 Visual Studio Code 中编写了一个 discord 机器人。之前用的还挺好的,重装VSC后好像不行了。每次我尝试 运行 机器人“node .”,它都会给我一个“newDiscord 未定义”。错误截图=> https://imgur.com/XpBEUr1. The top of my codes => https://imgur.com/IUQIExb
newDiscord 不是东西...你能做的是
new Discord.Client