mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Paraphrase src/utils/command.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
cf3639f68b
commit
7f578a8918
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ pub use teloxide_macros::BotCommand;
|
||||||
/// 4. `#[command(prefix = "prefix")]`
|
/// 4. `#[command(prefix = "prefix")]`
|
||||||
/// 5. `#[command(separator = "sep")]`
|
/// 5. `#[command(separator = "sep")]`
|
||||||
///
|
///
|
||||||
/// These boys just override the corresponding `enum` attributes for a specific
|
/// These attributes just override the corresponding `enum` attributes for a specific
|
||||||
/// variant.
|
/// variant.
|
||||||
///
|
///
|
||||||
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html
|
/// [`FromStr`]: https://doc.rust-lang.org/std/str/trait.FromStr.html
|
||||||
|
|
Loading…
Reference in a new issue