这是我的代码:https://hatebin.com/ljqngujsqq
我收到此错误:
TypeError: message.client.guilds.get is not a function
答案 0 :(得分:0)
您的代码不起作用,因为您没有使用最新版本的discord.js所需的代码。您可以坚持使用discord.js@v11(该代码可以在其中运行),也可以使用discord.js@v12(需要在其中进行以下操作):
while apple:
try:
guess = int(input("Write a number: "))
except ValueError:
print('Exit')
exit()
else:
...etc
有关更多信息,请参见GuildManager#cache