forked from weibeu/Flask-Discord
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Migrate from discord.py to py-cord #19
Comments
Not everyone use pycord. Some uses nextcord. So if you want pycord instead of discord.py then you can create a fork > modify files and install from your fork |
Why not use extras to allow people to use any of the three?
…________________________________
From: Md Shahriyar Alam ***@***.***>
Sent: Wednesday, December 29, 2021 5:48:41 AM
To: jnawk/Quart-Discord ***@***.***>
Cc: williamhatcher ***@***.***>; Author ***@***.***>
Subject: Re: [jnawk/Quart-Discord] Migrate from discord.py to py-cord (Issue #19)
Not everyone use pycord. Some uses nextcord. So if you want pycord instead of discord.py then you can create a fork > modify files and install from your fork
—
Reply to this email directly, view it on GitHub<#19 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF3WBO2BYJVUXLCBRJ4GCRTUTLYRTANCNFSM5K3GHY4Q>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Feel free to submit a PR. In the 30 seconds I had to take a look, it could probably be done, but it'll take more than 30 seconds to figure out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest changing the requirement from discord.py to py-cord as d.py is no longer being maintained.
Note: py-cord is close to releasing a 2.0 version which has breaking changes, but their current PyPi version should be a drop-in replacement for d.py
The text was updated successfully, but these errors were encountered: