RiiConnect24 / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/rc24
https://rc24.xyz/
MIT License
36 stars 7 forks source link

Rewrite command system #125

Open Artuto opened 2 years ago

Artuto commented 2 years ago

Discord has decided to restrict message content access to a privileged intent, however, we cannot apply for this because,

To be approved for verification to use message content, a bot's use-case for accessing message content must:

[...]

  • cannot be feasibly migrated to our new interaction options;

[...]

tl;dr: if you request the intent because you do not want to migrate to slash commands it will get denied.

Since this bot does not use message content for anything else than commands and JDA Utils is dead the command system will need a rewrite.