Closed TomerRon closed 2 years ago
This PR implements a new intents option that can be passed in the initialization.
intents
Passing the intents option overrides the default gateway intents ([GUILDS, GUILD_MESSAGES]).
[GUILDS, GUILD_MESSAGES]
See: https://discord.com/developers/docs/topics/gateway#gateway-intents https://discordjs.guide/popular-topics/intents.html
:tada: This PR is included in version 2.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR implements a new
intents
option that can be passed in the initialization.Passing the
intents
option overrides the default gateway intents ([GUILDS, GUILD_MESSAGES]
).See: https://discord.com/developers/docs/topics/gateway#gateway-intents https://discordjs.guide/popular-topics/intents.html