# Remindme

## Usage:

<table><thead><tr><th width="154.33333333333334">Command</th><th width="224">Options</th><th>Description</th></tr></thead><tbody><tr><td><code>a.remindme</code></td><td>&#x3C;time> &#x3C;reminder> {channel}</td><td>Sets the given reminder for the given amount of time in the future.</td></tr><tr><td><code>a.remindme</code></td><td>list</td><td>Shows a list of upcoming reminders.</td></tr><tr><td><code>a.remindme</code></td><td>remove &#x3C;Reminder-ID></td><td>Removes the reminder with the given ID.</td></tr><tr><td><code>a.remindme</code></td><td>clear</td><td>Clears all reminders.</td></tr></tbody></table>

{% hint style="info" %}
**Time sets:** \
`1 Day(s) = 1d       2 Hours = 2h`\
`7 Minutes = 7m      54 Secondes = 54s`
{% endhint %}

## Example:

<table><thead><tr><th width="336">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>a.remindme 5h Meeting</code></td><td>Sends a dm in 5 hours with the message "Meeting"</td></tr><tr><td><code>a.remindme 45m Party #general</code></td><td>Sends a reminder in @general om 45 minutes  with the message "Party"</td></tr><tr><td><code>a.remindme list</code></td><td>Gives the list of all your reminders.</td></tr><tr><td><code>a.remindme remove 1</code></td><td>Removes the reminder with ID 1.</td></tr><tr><td><code>a.remindme clear</code></td><td>Clears all reminders you have.</td></tr></tbody></table>
