hwsuk / discord-bot

Multi-purpose Discord bot for the HWSUK Discord server
2 stars 1 forks source link

Add custom menu implementation #48

Open issy opened 3 years ago

issy commented 3 years ago

Currently the menu system relies on the RedBot dependency. This causes some weird clashes with discord.py and related dependencies in requirements. It also restricts us from easily expanding on the menu functionality, meaning that some cogs are lacking in features as a result. It would be nice to have a custom menu system with full feature parity of the one included in RedBot, with the ability to expand on it in cogs.

issy commented 3 years ago

Plan to move to discord-ext-menus, as this allows easy subclassing