TomerRon / cordless

🤖 Declarative Discord bot framework. Build your first bot in 5 minutes with 3 lines of code!
ISC License
57 stars 2 forks source link

feat(client): Allow overriding of default Gateway Intents #22

Closed TomerRon closed 2 years ago

TomerRon commented 2 years ago

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

TomerRon commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: