1 |
rakinar2 |
575 |
--- |
2 |
|
|
title: "Command: `remind` - SudoBot" |
3 |
|
|
short_name: remind |
4 |
|
|
--- |
5 |
|
|
|
6 |
|
|
import Modes from "@/components/MDX/Modes"; |
7 |
|
|
|
8 |
|
|
# `remind` |
9 |
|
|
|
10 |
|
|
Sets a reminder. The bot will remind you after the specified time interval. |
11 |
|
|
|
12 |
|
|
## Notes |
13 |
|
|
|
14 |
|
|
If you don't specify a unit of time like s, m, h, etc, it will default to seconds. So if you put 100 by itself, it will put it down as 100 seconds. |
15 |
|
|
|
16 |
|
|
### Syntax |
17 |
|
|
|
18 |
|
|
``` |
19 |
|
|
-remind <time_interval> [reason] |
20 |
|
|
/remind time_interval: [time_interval] message: [reason] (OPTIONAL) |
21 |
|
|
``` |
22 |
|
|
|
23 |
|
|
### Required Permissions |
24 |
|
|
|
25 |
|
|
`None` |
26 |
|
|
|
27 |
|
|
### Modes |
28 |
|
|
|
29 |
|
|
<Modes modes={["legacy", "interaction"]} /> |
30 |
|
|
|
31 |
|
|
### Examples |
32 |
|
|
|
33 |
|
|
``` |
34 |
|
|
-remind 10m Start coding again! |
35 |
|
|
/remind time_interval: 10h content: Sleep! |
36 |
|
|
``` |