adampy / adambot

General-purpose discord bot, called Adam-Bot. The main bot instance is hosted on AWS EC2 Spot Instances, however can run locally when needed.
6 stars 6 forks source link

Discord buttons could be used on `EmbedPages` #42

Closed adampy closed 2 years ago

adampy commented 2 years ago

As the title says, embed pages used for configurations and QOTDs can be migrated to use message components that are present in the most recent versions of discord.py.

If completed, the temp_utils_cog containing reaction handlers for EmbedPages can be removed, I think, solving that problem too!