Skip to content

Commit

Permalink
Amend wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 committed Nov 25, 2024
1 parent 557aa0b commit f6cf73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway/client/event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<GuildId>, 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.
Expand Down

0 comments on commit f6cf73c

Please sign in to comment.