Browse Source
update the docs on RawReactionActionEvent.member
pull/5752/head
Zomatree
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|