Skip to content

Conversation

mAxYoLo01
Copy link
Contributor

Pull Request Type

  • Feature addition
  • Bugfix
  • Documentation update
  • Code refactor
  • Tests improvement
  • CI/CD pipeline enhancement
  • Other: [Replace with a description]

Description

Reported on the Support server, MessageReactionRemove does not pass the author as a Member even if the event is fired from a guild

Changes

Related Issues

Test Scenarios

@interactions.listen(interactions.events.MessageReactionRemove)
async def on_reaction_remove(event: interactions.events.MessageReactionRemove):
    print(type(event.author))

Python Compatibility

  • I've ensured my code works on Python 3.10.x
  • I've ensured my code works on Python 3.11.x

Checklist

  • I've run the pre-commit code linter over all edited files
  • I've tested my changes on supported Python versions
  • I've added tests for my code, if applicable
  • I've updated / added documentation, where applicable

@LordOfPolls LordOfPolls merged commit 43c560b into interactions-py:unstable May 2, 2023
@mAxYoLo01 mAxYoLo01 deleted the message_reaction branch May 5, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants