diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.rs b/src/commands.rs index 11c59a9..1aee098 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -5,7 +5,7 @@ use teloxide::utils::command::BotCommand; #[derive(BotCommand)] #[command(rename = "lowercase", description = "These commands are supported:")] pub enum Command { - #[command(description = "display this text")] + #[command(description = "Display this text")] Help, } |