SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
688 stars 144 forks source link

How to require gateway intents in my code #406

Closed bobbibones0 closed 6 months ago

bobbibones0 commented 6 months ago

I enabled all intents but I still get this error: | [WARNING] | Cannot cache all members while guildMembers intent is disabled

Lort533 commented 6 months ago

Code? Hard to tell whether or not you're doing that properly without a code snippet.

Ta-noshii commented 6 months ago

Have you enabled the intents in code and on the Developer Dashboard?

*ps: These type of questions can be asked in our Discord

bobbibones0 commented 6 months ago

I was able to fix this, thanks for the replies though