mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 20:14:19 +00:00
Warn that reminders do not persist when the bot is restarted.
This commit is contained in:
parent
6c2fb205ab
commit
d4b270b7fa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub enum Command {
|
||||||
WhoAmI,
|
WhoAmI,
|
||||||
#[command(description = "Rispondi ad una domanda.")]
|
#[command(description = "Rispondi ad una domanda.")]
|
||||||
Answer(String),
|
Answer(String),
|
||||||
#[command(description = "Ricorda la chat di qualcosa che avverrà in futuro.")]
|
#[command(description = "Ricorda la chat di qualcosa che avverrà in futuro. Non persiste ai riavvii del bot.")]
|
||||||
Reminder(reminder::ReminderArgs),
|
Reminder(reminder::ReminderArgs),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue