alopezlago / QuizBowlDiscordScoreTracker

MIT License
6 stars 4 forks source link

Migrate to slash commands #93

Open alopezlago opened 2 years ago

alopezlago commented 2 years ago

With Discord planning to restrict access to Message intents, the bot should try to be rewritten to support the new interactions model. This would require moving to slash commands, and perhaps changing how buzzes happen (clicking on a react, for example).

alopezlago commented 2 years ago

The bot has permissions to use Message Intents, so this isn't urgent anymore. There is a branch where almost all commands were migrated over, but this includes buzzing, and it may introduce a newer learning curve.