Browse Source

update the docs on RawReactionActionEvent.member

pull/5752/head
Zomatree 5 years ago
committed by GitHub
parent
commit
fbd57a63ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/raw_models.py

2
discord/raw_models.py

@ -125,7 +125,7 @@ class RawReactionActionEvent(_RawReprMixin):
emoji: :class:`PartialEmoji`
The custom or unicode emoji being used.
member: Optional[:class:`Member`]
The member who added the reaction. Only available if `event_type` is `REACTION_ADD`.
The member who added the reaction. Only available if `event_type` is `REACTION_ADD` and the reaction is inside a guild.
.. versionadded:: 1.3

Loading…
Cancel
Save