You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DictionaryMessage::new("Roles to target (comma-separated, e.g., dev,mod)"),
860
+
);
861
+
dict.messages.insert(
862
+
"help.reminder_subscription".to_string(),
863
+
DictionaryMessage::new("Manage your role-based reminder subscriptions. Use `!rem subscribe <role>` to subscribe and `!rem unsubscribe <role>` to unsubscribe. You must have the role to modify your subscription."),
DictionaryMessage::new("Sets a reminder for a specific time. To do so, use `!remind <HH:MM> <reminder content>` or `!rem <HH:MM> <reminder content>`. If the specified time has already passed today, the reminder will be scheduled for tomorrow."),
897
+
DictionaryMessage::new("Sets a reminder for a specific time. Usage: `!rem <HH:MM> [content]` for a personal reminder, or `!rem <HH:MM> <roles> [content]` to target roles (e.g., `!rem 14:30 dev,mod Meeting`). If the time has passed, the reminder will be scheduled for tomorrow. Use `!rem subscribe <role>` or `!rem unsubscribe <role>` to manage your notifications."),
DictionaryMessage::new("Rôles à cibler (séparés par des virgules, ex: dev,mod)"),
880
+
);
881
+
dict.messages.insert(
882
+
"help.reminder_subscription".to_string(),
883
+
DictionaryMessage::new("Gérer vos inscriptions aux rappels par rôle. `!rem subscribe <role>` pour s'inscrire, `!rem unsubscribe <role>` pour se désinscrire. Vous devez avoir le rôle pour modifier votre inscription."),
DictionaryMessage::new("Configure un rappel à une heure spécifique. Pour ce faire, faites `!remind <HH:MM> <contenu du rappel>` ou `!rem <HH:MM> <contenu du rappel>`. Si l'heure est déjà passée aujourd'hui, le rappel sera programmé pour demain."),
915
+
DictionaryMessage::new("Configure un rappel à une heure spécifique. Usage : `!rem <HH:MM> [contenu]` pour un rappel personnel, ou `!rem <HH:MM> <rôles> [contenu]` pour cibler des rôles (ex: `!rem 14:30 dev,mod Réunion`). Si l'heure est déjà passée, le rappel sera programmé pour demain. Utilisez `!rem subscribe <rôle>` ou `!rem unsubscribe <rôle>` pour gérer vos notifications."),
0 commit comments