From e0209737c0b8d69752c5091dd66224c6f0b13a60 Mon Sep 17 00:00:00 2001 From: Naymin Date: Wed, 2 May 2018 09:59:15 +0300 Subject: [PATCH] Fixed typo in documentation (#91) --- 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 65e25b3..5bc2c05 100644 --- a/disco/gateway/events.py +++ b/disco/gateway/events.py @@ -630,7 +630,7 @@ class MessageReactionAdd(GatewayEvent): The guild ID the message is in. 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. @@ -670,7 +670,7 @@ class MessageReactionRemove(GatewayEvent): The guild ID the message is in. 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.