Discord.py is no longer maintained, what now? #2300
Unanswered
DenverCoder1
asked this question in
General
Replies: 1 comment
-
Glad you shared this info. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The maintainer of discord.py quit and the library will no longer be maintained 😱
This is bad news for the Python Discord community, but fortunately members of the dpy community have made forks to continue discord.py and maintain it.
Many forks are rushing to add features, making the library unmaintainable and breaking compatibility.
On the other hand, Nextcord is taking the time to organize the library better to add interaction commands without causing breaking changes and making it compatible with old style commands as well.
Here I have made a video describing how to migrate a bot from discord.py to Nextcord.
I hope to continue this series to help everyone learn to make awesome bots in Python!
(I am not affiliated with Nextcord in any way, I simply trust this project more than the others based on the changes and discussions I've seen.)
The other two forks gaining significant traction are https://github.com/Pycord-Development/pycord and https://github.com/iDevision/enhanced-discord.py. Feel free to check out either of these in addition to Nextcord and choose whatever you like.
Beta Was this translation helpful? Give feedback.
All reactions