Bombsquad-Ballistica-Modded-Server icon indicating copy to clipboard operation
Bombsquad-Ballistica-Modded-Server copied to clipboard

Fix discord intents

Open imayushsaini opened this issue 1 year ago • 1 comments

https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server/blob/af7fb5a586e487fc589381caca3e1bf7bcb92bf4/dist/ba_root/mods/features/discord_bot.py#L15

This code asks for all discord intents which is actually not required. Only chat read write is enough. Discord started rejecting login requests if intents were not enabled on the developer portal.

imayushsaini avatar Jun 01 '23 17:06 imayushsaini