# Reminders
The reminders plugin provides reminder commands.
# Commands
| Name | Description | Default Level | Usage |
|---|---|---|---|
| `!r add {duration} {content}` OR `!remind {duration} {content}` | Adds a reminder. Bot will mention the user after the specified duration with the given message | Default | `!r add 24h update announcements` OR `!remind 24h update announcements` |
`!r clear` OR `!r clear all` OR `!r clear global all` | Clears all of the user's reminders set in a server, or globally | Default | `!r clear` |
| `!r clear {ID}` | Clear a reminder | Default | `!r clear 8` |
`!r list [limit]` OR `!reminders [limit]` OR `!r list [global] [limit]` | Returns a list of your reminders. Limits the number of reminders shown if specified | Default | `!r list` OR `!reminders` OR `!r list 1` OR `!r list global` |
# Configuration Example
reminders: {}
There is no further configuration for this plugin.