marksverdhei / bert-bot

Discord bot
GNU General Public License v3.0
5 stars 2 forks source link

make compatible with dpy 2.0 and migrate to slash commands #14

Closed LBlend closed 1 year ago

LBlend commented 1 year ago

Closes #11

All commands have been migrated to slash commands, the exception being the dev tools commands since they require to pass the is_owner check which is currently not suppported with the new slash command framework.

The bot as a whole has now, and will only work on 2.*.* releases of discord.py

At the same time I have changed the following:

marksverdhei commented 1 year ago