1
Fork 0
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:
Steffo 2024-07-11 08:29:05 +02:00
parent 6c2fb205ab
commit d4b270b7fa
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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),
}