Skip to content

Commit c25b09f

Browse files
authored
Fix channal typo (#2355)
Fixes #2321
1 parent da4d9db commit c25b09f

File tree

1 file changed

+1
-1
lines changed
  • examples/e05_command_framework/src

1 file changed

+1
-1
lines changed

examples/e05_command_framework/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ async fn say(ctx: &Context, msg: &Message, mut args: Args) -> CommandResult {
354354
let settings = if let Some(guild_id) = msg.guild_id {
355355
// By default roles, users, and channel mentions are cleaned.
356356
ContentSafeOptions::default()
357-
// We do not want to clean channal mentions as they
357+
// We do not want to clean channel mentions as they
358358
// do not ping users.
359359
.clean_channel(false)
360360
// If it's a guild channel, we want mentioned users to be displayed

0 commit comments

Comments
 (0)