JS Discord Bot 上线但不回复消息 [重复]

Posted

技术标签:

【中文标题】JS Discord Bot 上线但不回复消息 [重复]【英文标题】:JS Discord Bot gets online but doesn't respond to messages [duplicate] 【发布时间】:2021-10-31 13:41:56 【问题描述】:

我最近使用 node.js 和 Visual Studio 设置了一个 javascript discord 机器人。虽然机器人显示为在线,但它不会响应我发送给它的消息。我确保为机器人提供适当的权限,并一遍又一遍地阅读我的代码,但我似乎无法弄清楚出了什么问题。我通常不编写 JavaScript,如果有任何帮助,我将不胜感激。

【问题讨论】:

将您的代码发布为文本,而不是图像 也是“Having trouble sending a message to a channel with Discord.js”、“Discord bot is not replying to messages”的副本。 【参考方案1】:

这是因为您尚未请求 GUILD_MESSAGES 意图。

const client = new Client( intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] )

【讨论】:

以上是关于JS Discord Bot 上线但不回复消息 [重复]的主要内容,如果未能解决你的问题,请参考以下文章

Discord Bot JS:编辑来自先前斜杠命令交互的回复

Discord bot没有回复消息[重复]

Discord bot - 发送多条消息的 Js 事件监听器

Python,Discord bot 未回复消息且终端未更新

Discord Bot 无需命令即可发送消息

Discord.js bot 没有上线由 Heroku 托管