#Intents

8 messages · Page 1 of 1 (latest)

mortal harness
#

Hey there Developers,

I have a question relating to intents.

What are the intent names? I keep gettting them wrong, havent touched discord js in ages.

fathom nymphBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
covert talonBOT
#

Suggestion for @mortal harness:
dtypes v10: GatewayIntentBits
read more

pine mortar
#

All of them are mentioned in this enum

mortal harness
#

for some odd reason and it is defined.
ReferenceError: GatewayIntentBits is not defined

#

Actually, wait.

pine mortar
#

Because you need to import it, it's an enum

mortal harness
#

Ah, I see.