From f6cf73ceb8995c230c5637aacb753ee89c0cffd4 Mon Sep 17 00:00:00 2001 From: jamesbt365 Date: Sun, 24 Nov 2024 23:42:19 +0000 Subject: [PATCH] Amend wording --- src/gateway/client/event_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.