You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the bot is using two libraries that are either fairly unmaintained (discord.py) or totally unmaintained (discord-components).
Nextcord seems to have risen as the community supported replacement fork for discord.py and the 2.0 version contains the buttons features used from discord-components.
Migration from discord.py to nextcord looks to be fairly straightforward, but suspect will totally break discord-components buttons until refactored.
The text was updated successfully, but these errors were encountered:
I have only spent a bit of time looking into it and looks like while discord.py officially resumed development, the nextcord fork seems to have attracted the actual dev time with new releases. Discord.py github is pretty dead while nextcord has a 2.0v out
Currently the bot is using two libraries that are either fairly unmaintained (discord.py) or totally unmaintained (discord-components).
Nextcord seems to have risen as the community supported replacement fork for discord.py and the 2.0 version contains the buttons features used from discord-components.
Migration from discord.py to nextcord looks to be fairly straightforward, but suspect will totally break discord-components buttons until refactored.
The text was updated successfully, but these errors were encountered: