nwithan8 / tauticord

A Discord bot that displays live data from Tautulli
GNU General Public License v3.0
114 stars 22 forks source link

Discord Reset my token #165

Closed Baeon closed 8 months ago

Baeon commented 8 months ago

Discord sent me a message telling me that they reset my token due to:

"It appears your bot, Tauticord, has connected to Discord more than 1000 times within a short time period. Since this kind of behavior is usually a result of a bug we have gone ahead and reset your bot's token."

So I went to the page and got the new token, inserted it into the tauticord install config, and tried to run it... This is what my log shows:

2024-03-11 23:18:50,313 - [CRITICAL]: Fatal error occurred. Shutting down: Shard ID None is requesting privileged intents that have not been explicitly enabled in the developer portal. It is recommended to go to https://discord.com/developers/applications/ and explicitly enable the privileged intents within your application's page. If this is not possible, then consider disabling the privileged intents instead.

I tried to figure out what they were talking about, and checked all the boxes that my bot has checked, but that hasn't seemed to help.

nwithan8 commented 8 months ago

Please refer to the Breaking Changes section for v4.0.0, you need to enable "Message Content Intent" under the "Bot" section on Discord Developer Portal: https://github.com/nwithan8/tauticord/releases/tag/4.0.0

Baeon commented 8 months ago

Thanks for the quick reply! That worked!