From 60846ada47358a28b4d756602293d684ed2203a1 Mon Sep 17 00:00:00 2001 From: Naymin Date: Fri, 13 Apr 2018 13:47:30 +0300 Subject: [PATCH] Fixed typo in documentation --- disco/gateway/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disco/gateway/events.py b/disco/gateway/events.py index 9b76525..a557b80 100644 --- a/disco/gateway/events.py +++ b/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.