Skip to content

Commit

Permalink
chore(custom_commands): Adjust example command description
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Feb 4, 2023
1 parent 4116e0f commit 7972ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_commands/examples/custom_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl std::default::Default for Hello {
description: "Say Hello to a user".to_string(),
options: vec![CadencyCommandOption {
name: "user",
description: "The number in the fibonacci sequence",
description: "The user to greet",
kind: CommandOptionType::User,
required: true,
}],
Expand Down

0 comments on commit 7972ebc

Please sign in to comment.