This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.json
243 lines (243 loc) · 8.51 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{
"commands": {
"ping": ["Can show the gateway latency of the bot",
"ping"],
"version": ["Can show the version of the bot",
"version"],
"botinfo": ["Show the bot and server information",
"botinfo"],
"speed": ["Calculate the result of facility's consumes and produces speed per second",
"speed [--<s|second|minute|min|m|hour|hr|h|day|d>] <facility> [number]"],
"profit": ["Calculate the result of facility's consumes and produces profit per second",
"profit [--<s|second|minute|min|m|hour|hr|h|day|d>] <facility> [number]"],
"profitcomplete": ["`profit` and more things of the profit.txt",
"profitcomplete [--<s|second|minute|min|m|hour|hr|h|day|d>] <facility> [number]"],
"history": ["Use the pass version of commands",
"history <<version>|server_icon> <command|(server_icon)<server icon version>> <command>"],
"info": ["Show the info of about IdleCorp items",
"info <IdleCorp's>"],
"rules": ["Can show the server rules in every version",
"rules [--<version>] [rule number]"],
"search": ["Can search something",
"search [--<April|april|20210401|aprilfool>] [thing]"],
"updates": ["can show the bot updates in every version",
"updates [--<version>] [update(split with \".\")]"],
"codes": ["Cam show the details of codes",
"codes <code>"],
"help": ["Can show the details and informations of commands",
"help [command]"],
"profitfileexport": ["Export a profit.txt or something into embeds, text file or a ZIP/RAR file",
"profitfileexport [--<embed|zip>] [version]"],
"calculate": ["Quick calculate with the command",
"calculate <plus|p|+|times|t|x|*> <expression>"],
"suggest": ["Suggest some suggestions",
"suggest <add|edit|vote|info> <suggestion|suggestion_id>"],
"ncguide": ["The categoried new comer guide",
"ncguide [part]"]
},
"info": {
"aliases": {
"bot_main": {
"ping": ["p"],
"version": ["v"]
},
"calculationcmds": {
"calculate": ["cal", "="]
},
"codes": {
"codes": {
"__init__": ["cds"],
"update": ["u", "ud"],
"error": ["e"]
}
},
"cog_commands": {
"listcogs": ["lc"],
"load": ["ld"],
"unload": ["ul"],
"reload": ["rl"],
"sss": ["ss"]
},
"help": {
"help": ["h"]
},
"history": {
"history": {
"__init__": ["ht"],
"command": ["cm", "cmd"],
"Alpha_0_1": {
"__init__": ["A01"],
"profit": ["pf"]
},
"Alpha_0_2_1": {
"__init__": ["A021"],
"listcogs": ["lc"]
},
"Alpha_0_3_0": {
"__init__": ["A030"],
"speed": ["sp"],
"profit": ["pf"]
},
"server_icon": {
"__init__": ["si", "icon"],
"1": ["one"]
},
"Beta_0_3_0": {
"__init__": ["B030"],
"help": ["h"],
"info": ["if"],
"profit": ["pf"],
"rules": ["rs"],
"search": ["sc"],
"speed": ["sp"],
"updates": ["uds"]
},
"Beta_0_4_0": {
"__init__": ["B040"],
"info": ["if"],
"help": ["h"],
"profit": ["pf"],
"search": ["sc"],
"updates": ["uds"]
}
}
},
"info": {
"info": ["if"]
},
"main": {
"send": ["sd"]
},
"ncguide": {
"ncguide": ["ncg"]
},
"profit": {
"profit": ["pf"]
},
"profitcomplete": {
"profitcomplete": ["pfc"]
},
"profitfileexport": {
"profitfileexport": ["pffep"]
},
"rules": {
"rules": ["rs"]
},
"speed": {
"speed": ["sp"]
},
"suggestions": {
"suggest": {
"__init__": ["sug", "sgt", "sg"],
"add": ["a"],
"edit": ["e"],
"vote": ["v"],
"info": ["if", "i"],
"change": ["cg", "c"],
"remove": ["r", "rm"]
}
},
"task_status": {
"task": {
"__init__": ["t"],
"add": ["a"],
"change": ["c"],
"remove": ["r"]
}
},
"updates": {
"updates": ["uds", "changelog"]
}
},
"details": {
"bot_main": {
"ping": "",
"version": ""
},
"codes": {
"codes": {
"__init__": "",
"update": "Show the update codes details",
"error": "Show the error codes details"
}
},
"cog_commands": {
"listcogs": "Show a list of cogs",
"load": "Load cogs",
"unload": "Unload cogs",
"reload": "Reload cogs",
"sss": "SHow status of cogs"
},
"help": {
"help": "Show the details of every commands"
},
"history": {
"history": {
"__init__": "",
"command": "Use commands in history",
"Alpha_0_1": {
"__init__": "Use the vereion {-1} history",
"profit": "Calculate"
},
"Alpha_0_2_1": {
"__init__": "Use the vereion {-1} history",
"listcogs": "List"
},
"Alpha_0_3_0": {
"__init__": "Use the vereion {-1} history",
"speed": "Calculate",
"profit": "Calculate"
},
"server_icon": {
"__init__": "Show the server icons in history",
"1": "Version {-1}"
},
"Beta_0_3_0": {
"__init__": "Use the vereion {-1} history",
"help": "",
"info": "",
"profit": "",
"rules": "",
"search": "",
"speed": "",
"updates": ""
},
"Beta_0_4_0": {
"__init__": "Use the vereion {-1} history",
"info": "",
"help": "",
"profit": "",
"search": "",
"updates": ""
}
}
},
"info": {
"info": "Show the information of IdleCorp assets and stuff"
},
"main": {
"send": ""
},
"profit": {
"profit": ""
},
"rules": {
"rules": ""
},
"speed": {
"speed": ""
},
"task_status": {
"task": {
"__init__": "Change the rask",
"add": "Add tasks",
"change": "Change tasks status",
"remove": "Remove tasks"
}
},
"updates": {
"updates": "Show bot updates details"
}
}
}
}