Skip to content

Commit

Permalink
Fix channal typo (#2355)
Browse files Browse the repository at this point in the history
Fixes #2321
  • Loading branch information
kangalio authored Mar 8, 2023
1 parent da4d9db commit c25b09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e05_command_framework/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async fn say(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
let settings = if let Some(guild_id) = msg.guild_id {
// By default roles, users, and channel mentions are cleaned.
ContentSafeOptions::default()
// We do not want to clean channal mentions as they
// We do not want to clean channel mentions as they
// do not ping users.
.clean_channel(false)
// If it's a guild channel, we want mentioned users to be displayed
Expand Down

0 comments on commit c25b09f

Please sign in to comment.