Skip to content

Commit

Permalink
Fix typo of the strikethrough option in the framework example (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebongy committed Nov 23, 2020
1 parent e8ae00f commit 177adbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e05_command_framework/src/main.rs
Expand Up @@ -117,7 +117,7 @@ If you want more information about a specific command, just pass the command as
#[wrong_channel = "Strike"]
// Serenity will automatically analyse and generate a hint/tip explaining the possible
// cases of ~~strikethrough-commands~~, but only if
// `strikethrough_commands_tip_{dm, guild}` aren't specified.
// `strikethrough_commands_tip_in_{dm, guild}` aren't specified.
// If you pass in a value, it will be displayed instead.
async fn my_help(
context: &Context,
Expand Down

0 comments on commit 177adbf

Please sign in to comment.