guildmemberupdate 事件仅在机器人更新时发生

时间:2021-01-28 21:42:19

标签: events discord.js

这只会在实际机器人更新时才会出现,而不会在其他用户更新时出现

ejbCreate()

1 个答案:

答案 0 :(得分:1)

https://discordjs.guide/popular-topics/intents.html

通读此页面 - 连接到网关时需要使用意图

所以

const client = new Discord.Client({ ws: { intents: Discord.Intents.ALL } })

并在您的应用程序页面 (https://i.imgur.com/XtKjFyY.png) 上启用意图,同时启用两者。