Skip to content
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

fix: pass correct state to interaction message in edit_original_message #1182

Closed

Conversation

teaishealthy
Copy link
Collaborator

Summary

Fixes #1168

edit_original_message incorrectly passed ConnectionState to the created InteractionMessage, it expected _InteractionMessageState

This is a Code Change

  • I have tested my changes.
  • I have run task pyright and fixed the relevant issues.

@teaishealthy teaishealthy added t: bug Type: bug - something isn't working p: medium Priority: medium - should be worked on in the near future s: awaiting review Status: the issue or PR is awaiting reviews labels Apr 19, 2024
Copy link
Collaborator

@Skelmis Skelmis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Untested, lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: medium Priority: medium - should be worked on in the near future s: awaiting review Status: the issue or PR is awaiting reviews t: bug Type: bug - something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot edit an InteractionMessage
2 participants