From fbd57a63ab3e6ef67e81c5887d65f6dcf2f332f2 Mon Sep 17 00:00:00 2001 From: Zomatree <39768508+Zomatree@users.noreply.github.com> Date: Sat, 22 Aug 2020 21:25:25 +0100 Subject: [PATCH] update the docs on RawReactionActionEvent.member --- discord/raw_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/raw_models.py b/discord/raw_models.py index 79bf8245b..dd4d5e5d4 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