SaxyPandaBear / discord-food-bot

Discord bot that scrapes different subbreddits for pictures of food to post in a server, once every hour or on request.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Migrate to use slash commands #42

Open SaxyPandaBear opened 3 years ago

SaxyPandaBear commented 3 years ago

Discord finally added a feature to allow bots to use / prefixed commands, so we should use them. This can coincide with the rewrite into specific cogs, hopefully.

SaxyPandaBear commented 3 years ago

https://gist.github.com/Rapptz/4a2f62751b9600a31a0d3c78100287f1 This gist implies that not migrating to slash commands will cause the bot to break. Also that they are stopping support for discord.py, which means I will have to rewrite this bot entirely now.