Improve docs

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>

Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
Mohammed Alotaibi 2023-09-20 03:34:53 +03:00 committed by GitHub
parent 4096f8b443
commit c50513b6e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,8 +169,6 @@ pub use teloxide_macros::BotCommands;
///
/// 3. `#[command(description = "description")]` and `/// description`
/// Give your command a description. It will be shown in the help message.
/// You can also write doc comment above the command, and it will be used as a
/// description as well.
///
/// 4. `#[command(parse_with = "parser")]`
/// Parse arguments of one command with a given parser. `parser` must be a