vsTerminus / Mojo-Discord

Perl Modules that implement parts of the Discord API. Intended for Text Chat Bots.
MIT License
33 stars 10 forks source link

Gateway Intents #25

Closed incognico closed 3 years ago

incognico commented 4 years ago

https://discord.com/developers/docs/topics/gateway#gateway-intents

Sooner or later this has to be implemented: Intents are optionally supported on the v6 gateway. They will become mandatory in a future gateway version.

https://ziad87.net/intents/

incognico commented 4 years ago

I will look into this.

vsTerminus commented 3 years ago

This is implemented as of https://github.com/vsTerminus/Mojo-Discord/commit/37b3fad3219d0817bd2743571692eb36354a2999

Library is now using Gateway v8 and is requesting all intents it is capable of using.