【问题标题】:Discord Intents discord.jsDiscord 意图 discord.js
【发布时间】:2021-03-26 17:05:59
【问题描述】:

我正在尝试使用这个 -

new Discord.Client({ws:{intents: [Intents.FLAGS.GUILD_PRESENCES]}});

我遇到了问题。 See the attached image. 有谁知道怎么回事?谢谢!

【问题讨论】:

    标签: javascript discord discord.js


    【解决方案1】:

    你还没有定义Intents它-

    new Discord.Client({ws:{intents: [Discord.Intents.FLAGS.GUILD_PRESENCES]}})
    

    【讨论】:

      猜你喜欢
      • 2021-10-27
      • 2020-07-08
      • 1970-01-01
      • 2021-07-01
      • 2020-08-30
      • 2021-01-16
      • 2021-03-24
      • 2021-10-28
      • 2021-10-13
      相关资源
      最近更新 更多