diff --git a/src/gateway/client/event_handler.rs b/src/gateway/client/event_handler.rs index 76bf60ee212..fa5d61a050f 100644 --- a/src/gateway/client/event_handler.rs +++ b/src/gateway/client/event_handler.rs @@ -315,7 +315,7 @@ event_handler! { /// Dispatched when all reactions of a message are detached from a message. /// - /// Provides the channel's id, the message's id, and guild's id if in a guild. + /// Provides the channel's id, message's id, and guild's id if in a guild. ReactionRemoveAll { guild_id: Option, channel_id: ChannelId, removed_from_message_id: MessageId } => async fn reaction_remove_all(&self, ctx: Context); /// Dispatched when all reactions of a message are detached from a message.