mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Add command descriptions
This commit is contained in:
parent
251080aa48
commit
546b6a46a3
1 changed files with 3 additions and 0 deletions
|
@ -17,8 +17,11 @@ mod echo;
|
|||
#[derive(Debug, Clone, BotCommands)]
|
||||
#[command(rename_rule = "lowercase")]
|
||||
enum Command {
|
||||
#[command(description = "Invia messaggio di introduzione.")]
|
||||
Start,
|
||||
#[command(description = "Mostra il tuo oroscopo di oggi.")]
|
||||
Fortune,
|
||||
#[command(description = "Ripeti il testo inviato.")]
|
||||
Echo(String)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue