mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-03-22 16:23:29 +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,
|
||||
#[command(description = "Rispondi ad una domanda.")]
|
||||
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),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue