-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.json
More file actions
182 lines (182 loc) · 6.15 KB
/
help.json
File metadata and controls
182 lines (182 loc) · 6.15 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"system": {
"description": "Bot system commands",
"info": {
"usage": "/info",
"short": "Shows bot information.",
"long": "Shows bot information.",
"permissions": "None"
},
"help": {
"usage": "/help `<category>`\n/help `<command>`",
"short": "Help command.",
"long": "`<category>`: Lists commands in <category>.\n`<command>`: Shows more detailed information and usage for a command.",
"permissions": "None"
},
"config": {
"usage": "/config `<warning channel>`",
"short": "Configuration for bot settings.",
"long": "Shows the bot's configuration, or optionally change the settings.",
"permissions": "Administrator"
},
"ping": {
"usage": "/ping",
"short": "Pings the bot.",
"long": "Pings the bot.",
"permissions": "None"
},
"topcommands": {
"usage": "/topcommands",
"short": "Shows the bot's top 10 commands.",
"long": "Shows the top 10 of your bot's commands used in the current server.",
"permissions": "None"
}
},
"discord": {
"description": "Discord-related commands",
"server": {
"usage": "/server",
"short": "Shows information about your server.",
"long": "Shows information about your server, such as member, channel, role, and emoji counts, and creation date.",
"permissions": "None"
},
"user": {
"usage": "/user `<user>`",
"short": "Shows information about a user.",
"long": "Shows information about a specified user, including:\n- Status\n- Discord/Server Join Date\n- ID\n- Role Information",
"permissions": "None"
},
"status": {
"usage": "/status `<user>`.",
"short": "Shows status information for a user.",
"long": "Shows information about all a user's current activities, including:\n- Status\n- Spotify\n- Game Activity",
"permissions": "None"
},
"avatar": {
"usage": "/avatar `<user>`",
"short": "Gets the avatar of a user.",
"long": "Gets the avatar of a user.",
"permissions": "None"
},
"serveravatar": {
"usage": "/serveravatar",
"short": "Gets the avatar of the current server.",
"long": "Gets the avatar of the current server.",
"permissions": "None"
},
"channel": {
"usage": "/channel `<channel>`",
"short": "Shows information about a channel.",
"long": "Shows information about a channel, including:\n-Date created\n- ID\n- Threads",
"permissions": "None"
},
"roles": {
"usage": "/roles",
"short": "Lists all roles.",
"long": "Lists all roles.",
"permissions": "None"
},
"role": {
"usage": "/role `<role>`",
"short": "Shows information about a role.",
"long": "Shows information about a role, including:\n-Date created\n- ID\n- Color\n- Position",
"permissions": "None"
}
},
"moderation": {
"description": "Discord moderation tools",
"clear": {
"usage": "/clear `<amount>`",
"short": "Clears messages.",
"long": "Clears 1-100 messages.",
"permissions": "Manage Messages"
},
"warn": {
"usage": "/warn `<user>` `<reason>` `<message>`",
"short": "Warning system for moderation",
"long": "Warns a user for a specified `<reason>`.\n(Optional) Copy the offending message link into `<message>`.",
"permissions": "Manage Messages"
},
"unwarn": {
"usage": "/unwarn `<warning>` `<reason>`",
"short": "Warning system for moderation",
"long": "Unwarns a user.\nCopy the message link of the bot's warning message into `<warning>`.",
"permissions": "Manage Messages"
}
},
"math": {
"description": "Math and numbers",
"calc": {
"usage": "/calc `<equation>`",
"short": "Calculates math equations.",
"long": "Calculates `<equation>`. Things it accepts: https://mathjs.org/",
"permissions": "None"
},
"base": {
"usage": "/base `<number>` `<base>` `<target>`",
"short": "Converts numbers between bases.",
"long": "Converts `<number>` from base `<base>` to base `<target>`.\nCurrently supports bases 2-62.\nBases 11-36 are not case-sensitive.\n101010010110",
"permissions": "None"
},
"roll": {
"usage": "/roll `<min>` `<max>` `<amount>`",
"short": "Rolls dice with numbers in a specified range.",
"long": "Rolls `<amount>` dice with numbers from `<min>` to `<max>`.",
"permissions": "None"
},
"flip": {
"usage": "/flip `<amount>`",
"short": "Flips coins.",
"long": "Flips`<amount>` coins.",
"permissions": "None"
}
},
"string": {
"description": "String manipulation commands",
"morse": {
"usage": "/morse `[encode/decode]` `<input>`",
"short": "Encodes / Decodes Morse Code.",
"long": "Encodes a string into Morse Code, or decodes Morse Code.\nFormat: Spaces between letters, ` / ` for spaces.",
"permissions": "None"
}
},
"science": {
"description": "Science related commands",
"apod": {
"usage": "/apod",
"short": "Shows the NASA Astronomy Picture of the Day.",
"long": "Shows the NASA Astronomy Picture of the Day.",
"permissions": "None"
},
"element": {
"usage": "/element `<element>`",
"short": "Shows information about an element.",
"long": "Shows information about an element.\n`<element>` accepts Name, Atomic Mass, and Atomic Number.",
"permissions": "None"
}
},
"fun": {
"description": "Fun commands such as cat images",
"animal": {
"usage": "/animal '<animal>'",
"short": "Shows a random animal image.",
"long": "Shows a random `<animal>` image. Currently there is cat, dog, fox, bird, and panda.",
"permissions": "None"
},
"8ball": {
"usage": "/8ball '<question>'",
"short": "Ask the Magic 8 Ball a question!",
"long": "Ask the Magic 8 Ball a question!",
"permissions": "None"
}
},
"other": {
"description": "Other commands",
"time": {
"usage": "/time",
"short": "Gets time and date.",
"long": "Gets time and date in UTC, will add timezone feature later.",
"permissions": "None"
}
}
}