-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Rename original_message
to original_response
#1609
Conversation
This is a big breaking change. |
|
Then why does that mean you shouldn't make aliases in this PR. Remember, this library isn't a part of |
Why does it have to be |
Do I have to mention the alias in the docs? |
Yes |
@emretech The requested changes have been made. |
You don't have to tell me BTW. Just request for my review again |
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shortened the changelog entries a bit
* Add a missing parenthesis * Fix incorrect PR link Co-authored-by: BobDotCom <[email protected]>
This was changed before the stable release of discord.py 2.0 thus making it not a breaking change... because you know it's a major version change and this method (or even the whole class) didn't exist before 2.0. Also yes like others have already mentioned, this lib has nothing to do with discord.py so it shouldn't even be brought up.
|
…_response interaction.edit_original_message was deprecated in Pycord 2.2.0. Pycord-Development/pycord#1609
Summary
This PR renames
original_message
tooriginal_response
.Depends on #1657
Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.