英文: Bot doesn't connect with MongoDB 问题 在过去的几天里,我想启动我的Discord机器人(我没有做任何更改)来测试一些东西,但是我得到了这个错误: qu...
I am making a Discord bot using Javascript. I am using a .env file and the dotenv library for security. I am getting an error with importing dotenv
英文: I am making a Discord bot using Javascript. I am using a .env file and the dotenv library for se...
检查在discordjs中是否已删除消息。
英文: Check if a message has been deleted in discordjs 问题 我有一个 Discord.js 中的机器人,我正在尝试检查交互回复消息是否已被删除,以避...
guildMemberAdd事件在discord.js机器人中不起作用。
英文: guildMemberAdd event doesn't work in discord.js bot 问题 I want to know what is the solution t...
消息未定义 + 对此交互的回复已经发送或推迟
英文: Message not defined + The reply to this interaction has already been sent or deferred 问题 机器人在第二次...
为什么从client.on(“messageCreate”)中的TextChannel中缺少nsfw属性?
英文: Why is the nsfw property is missing from a TextChannel from client.on("messageCreate")...
尝试创建一个能够创建Discord嵌入消息的函数,但一直没有成功。
英文: Trying to create a function that creates a discord Embed but am coming up with no luck 问题 我正在尝试创...
我的Discord机器人无法读取私信消息。
英文: My discord Bot is Unable to read DM messages 问题 我知道"必须启用CHANNEL部分",而且已经启用了。但是我的机器人仍然无法...
如何使我的 Discord.js v14 机器人在斜杠命令有效时停止显示 “应用未响应”?
英文: How can i get my discord.js v14 bot to stop saying "The application did not respond" i...
Discord.js在执行!register命令后未捕获名称。
英文: Discord.js not capturing name after !register command 问题 if (message.content === '!registrar...
8