-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.json
44 lines (39 loc) · 1.3 KB
/
help.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"repeat": {
"*": [
"!repeat <subcommmand> <options>",
"Subcommands: start, stop, message, interval",
"",
"The repeat system lets me repeat a message every",
"once in a while. I can only be controlled by the",
"bot's administrator(s)."
"",
"Do {{!}}help repeat <subcommand>",
"for more information."
],
"<subcommand>": "You actually need to replace <subcommand> with one of the commands.",
"start": [
"!repeat start",
"",
"Starts the repeating message. Does nothing if already started."
],
"stop": [
"!repeat stop",
"",
"Stops the repeating message. Does nothing if already stopped."
],
"interval": [
"!repeat interval <n>",
"",
"Changes the repeating interval to be <n> seconds.",
"If already repeating, the interval will be updated after",
"the message is repeated next. If that is too soon/long, you",
"can stop and start this to force it to update."
],
"message": [
"!repeat message <new-message>",
"",
"Changes the message to repeat."
]
}
}