-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.json
More file actions
35 lines (34 loc) · 891 Bytes
/
help.json
File metadata and controls
35 lines (34 loc) · 891 Bytes
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
{
"config": {
"name": "config",
"description": "Change up per-server settings."
},
"ping": {
"name": "ping",
"description": "Sends the current ping."
},
"help": {
"name": "help",
"description": "Displays all the curent commands."
},
"setup": {
"name": "setup",
"description": "Set up the bot."
},
"start": {
"name": "start",
"description": "Starts the event and sends an information message to the info channel."
},
"end": {
"name": "end",
"description": "Ends the event. (Deletes the current setup data.)"
},
"leaderboard": {
"name": "leaderboard",
"description": "Shows whos winning in the event currently."
},
"about": {
"name": "about",
"description": "Information about the bot and event."
}
}