Comment on page
Reminder
This command is used to send reminders to you at a certain time in DMs.
Creates a new reminder. It will then be delivered once the duration expires.
content
- The content of the reminder message. All markdown supported (required)duration
- The time after the reminder is sent (required)recurring
- If set, the reminder will be sent every<duration>
instead of only once. You will have to delete it manually to stop.
/reminder add <content> <duration> [recurring]
Edits the content of an existing reminder.
id
- The unique ID of the remindercontent
- The new content of the reminder. Putting the special tag%OLD%
will be replaced with the previous content of the reminder
/reminder edit <id> <content>
Deletes a reminder, meaning it will not be delivered anymore. You will be asked to confirm your choice through a reaction menu.
id
- The unique ID of the reminder
/reminder delete <id>
Sends a list of all your reminders, containing ID, expiration date and content. If this list is longer than 2048 characters, it will be sent as a file instead of as an embed.
/reminder list
Deletes all your reminders at once. You will be asked to confirm your choice through a reaction menu.
/reminder clear
This command is level 0 by default
The bot needs Read Messages, Send Messages, Embed Links, Attach Files permissions in order to be able to execute this command.
Last modified 1yr ago