fix: Spacing

Former-commit-id: a9739c7da4
This commit is contained in:
Lev Khoroshansky 2022-10-09 19:47:45 +03:00
parent a5419f3475
commit 98150c401a

View file

@ -5,8 +5,8 @@ use teloxide::{prelude::*, types::ChatPermissions, utils::command::BotCommands};
// Derive BotCommands to parse text with a command into this enumeration.
//
// 1. `rename_rule = "lowercase"` turns all the commands into lowercase
// letters. 2. `description = "..."` specifies a text before all the commands.
// 1. `rename_rule = "lowercase"` turns all the commands into lowercase letters.
// 2. `description = "..."` specifies a text before all the commands.
//
// That is, you can just call Command::descriptions() to get a description of
// your commands in this format: