diff options
| author | Zomatree <[email protected]> | 2020-08-22 21:25:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-22 16:25:25 -0400 |
| commit | fbd57a63ab3e6ef67e81c5887d65f6dcf2f332f2 (patch) | |
| tree | c29471662a310bd3c9ac3887c1b31fe59226c827 | |
| parent | Add South Korea VoiceRegion (diff) | |
| download | discord.py-fbd57a63ab3e6ef67e81c5887d65f6dcf2f332f2.tar.xz discord.py-fbd57a63ab3e6ef67e81c5887d65f6dcf2f332f2.zip | |
update the docs on RawReactionActionEvent.member
| -rw-r--r-- | discord/raw_models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/raw_models.py b/discord/raw_models.py index 79bf8245..dd4d5e5d 100644 --- a/discord/raw_models.py +++ b/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 |