mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Use description = "off" in hides test
This commit is contained in:
parent
3ce998e8b8
commit
2530ddb587
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ fn descriptions_off() {
|
|||
enum DefaultCommands {
|
||||
#[command(hide)]
|
||||
Start,
|
||||
#[command(hide)]
|
||||
#[command(description = "off")]
|
||||
Username,
|
||||
/// off
|
||||
Help,
|
||||
|
|
Loading…
Reference in a new issue