1
Fork 0
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:
Steffo 2024-07-11 06:24:04 +02:00
parent 8a23e078e3
commit c112f5da48
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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.")]