mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Lint: remove unnecessary pub(self)
This commit is contained in:
parent
8a23e078e3
commit
c112f5da48
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ mod answer;
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, BotCommands)]
|
||||
#[command(rename_rule = "lowercase")]
|
||||
pub(self) enum Command {
|
||||
enum Command {
|
||||
#[command(description = "Invia messaggio di introduzione.")]
|
||||
Start,
|
||||
#[command(description = "Visualizza l'elenco dei comandi disponibili, o mostra informazioni su uno specifico comando.")]
|
||||
|
|
Loading…
Reference in a new issue