-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discord API wrapper migration #79
Comments
Thank you for opening the issue. It's an important suggestion! I'll ask around to see if there could be a plan forward |
Hi @ATOMICMAN007, Sorry for not getting back to you earlier. As you probably know, this library is currently in maintenance mode. However, I just see that Danny is coming back to develop a 2.0 version of Discord.py. It's likely to be somewhat incompatible with the existing code. Some updates might be required. Are you interested in contributing to the transition if/when that happens? :) |
Hey @Zackhardtoname! It'd be a pleasure to help you out with this. I'm presuming I'll have to learn most of the things again to help you with this but that's the fun part. I would like to tell to that I've never worked with Redis and do not have any knowledge of data structures such as linked lists as of now. I'll research a bit about these things so that I'm not clueless when it comes to implementing them. |
@ATOMICMAN007 That sounds fun. My Discord username is |
Not long ago, discord.py's development was discontinued (more info about what led to this and future of discord.py is here). Since, the time_couter bot is very important for the discord server, I strongly suggest to migrate the bot from discord.py to something else.
My recommendation
One wrapper I would suggest for this task is hikari which hasn't been around as much as discord.py but under active development.
The text was updated successfully, but these errors were encountered: