From a3be99079e9a644eaeaef857c52d7eebcc77e77e Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 29 Jul 2021 18:44:22 +0200 Subject: fix: typo on text descripion of a command --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, } -- cgit v1.2.3-18-g5258