Reminders

Bag has a reminder system that can remind you about anything you want.

Adding a reminder

You can add a reminder by doing /reminder set <duration> [note].

Hint

Unsure how to specify the <duration> argument? Check out Specifying a time duration.

Note

The [note] argument is the reminder note. It is not required.

You can add up to 10 reminders at a time per server.

Removing a reminder

To remove a reminder, you'll need the reminder's identifier which can be found in the "Reminder set" message sent by the bot when you set the reminder, or by looking at all currently set reminders by running /reminder list.

Do /reminder remove <identifier> to remove an identifier. You can only remove your own identifiers.

Command Description
/reminder set <duration> <note> Sets a reminder.
/reminder remove <identifier> Removes a reminder.
/reminder clear Removes all reminders.
/reminder list Lists all current reminders.