mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update crates/teloxide-macros/src/command.rs
Co-authored-by: Waffle Maybe <waffle.lapkin@gmail.com>
This commit is contained in:
parent
6b42f40fc7
commit
178a6cf957
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ impl Command {
|
|||
let prefix = prefix.map(|(p, _)| p).unwrap_or_else(|| global_options.prefix.clone());
|
||||
let description = description.map(|(d, _)| d);
|
||||
let parser = parser.map(|(p, _)| p).unwrap_or_else(|| global_options.parser_type.clone());
|
||||
|
||||
Ok(Self { prefix, description, parser, name, hidden: hide.is_some() })
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue