Naymin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
disco/gateway/events.py
|
|
@ -613,7 +613,7 @@ class MessageReactionAdd(GatewayEvent): |
|
|
|
---------- |
|
|
|
channel_id : snowflake |
|
|
|
The channel ID the message is in. |
|
|
|
messsage_id : snowflake |
|
|
|
message_id : snowflake |
|
|
|
The ID of the message for which the reaction was added too. |
|
|
|
user_id : snowflake |
|
|
|
The ID of the user who added the reaction. |
|
|
@ -650,7 +650,7 @@ class MessageReactionRemove(GatewayEvent): |
|
|
|
---------- |
|
|
|
channel_id : snowflake |
|
|
|
The channel ID the message is in. |
|
|
|
messsage_id : snowflake |
|
|
|
message_id : snowflake |
|
|
|
The ID of the message for which the reaction was removed from. |
|
|
|
user_id : snowflake |
|
|
|
The ID of the user who originally added the reaction. |
|
|
|