-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.yml
More file actions
651 lines (641 loc) · 13.6 KB
/
commands.yml
File metadata and controls
651 lines (641 loc) · 13.6 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
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
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
######################################
# #
# COMMAND CONFIGURATION #
# #
######################################
#-------------------------------------------------------------------------
# CHECK OUR DOCUMENTATION FOR DETAILED DESCRIPTIONS FOR EACH SETTING
# https://docs.corebot.dev
#-------------------------------------------------------------------------
######################################
# #
# ENABLED/DISABLED COMMANDS #
# #
######################################
Enabled:
8ball: true
announce: true
avatar: true
add: true
application: true
apply: true
buy: true
backup: true
botinfo: true
bugreport: true
ban: true
bans: true
closeall: true
createrole: true
coins: true
cointop: true
coinflip: true
connect4: true
code: true
command: true
clear: true
close: true
debug: true
deleterole: true
daily: true
eval: true
filter: true
givecoins: true
givelevels: true
giverole: true
givexp: true
gamestats: true
gcreate: true
gdelete: true
greroll: true
gstop: true
google: true
help: true
history: true
ip: true
invites: true
invitetop: true
join: true
key: true
kick: true
level: true
leveltop: true
links: true
lock: true
msg: true
math: true
modules: true
minecraftuser: true
mute: true
new: true
prefix: true
pay: true
ping: true
profile: true
play: true
pause: true
queue: true
react: true
rolemenu: true
rockpaperscissors: true
rolldice: true
remindme: true
report: true
reset: true
removewarn: true
roleinfo: true
remove: true
rename: true
reload: true
resume: true
say: true
snote: true
shop: true
slots: true
suggest: true
setactivity: true
setcoins: true
setexp: true
setlevel: true
setprefix: true
setstatus: true
setup: true
server: true
status: true
slowmode: true
serverinfo: true
staffhelp: true
skip: true
stop: true
takecoins: true
takelevels: true
takerole: true
takexp: true
topic: true
tictactoe: true
tempchannel: true
tempban: true
tempmute: true
update: true
unban: true
unlock: true
unmute: true
userinfo: true
vote: true
verify: true
work: true
warn: true
warnings: true
######################################
# #
# COMMAND PERMISSIONS #
# #
######################################
Inheritance: true
Permissions:
8ball:
- "@everyone"
announce:
- "Admin"
avatar:
- "@everyone"
add:
- "@everyone"
application:
- "Admin"
apply:
- "@everyone"
buy:
- "@everyone"
backup:
- "Owner"
botinfo:
- "Owner"
bugreport:
- "@everyone"
ban:
- "Admin"
bans:
- "Mod"
closeall:
- "Admin"
createrole:
- "Admin"
coins:
- "@everyone"
cointop:
- "@everyone"
coinflip:
- "@everyone"
connect4:
- "@everyone"
code:
- "Owner"
command:
- "Owner"
clear:
- "Mod"
close:
- "@everyone"
debug:
- "Admin"
deleterole:
- "Admin"
daily:
- "@everyone"
eval:
- "273679641087180802"
- "172131900289187849"
filter:
- "Admin"
givecoins:
- "Admin"
givelevels:
- "Admin"
giverole:
- "Admin"
givexp:
- "Admin"
gamestats:
- "@everyone"
gcreate:
- "Admin"
gdelete:
- "Admin"
greroll:
- "Admin"
gstop:
- "Admin"
google:
- "@everyone"
help:
- "@everyone"
history:
- "Mod"
ip:
- "@everyone"
invites:
- "@everyone"
invitetop:
- "@everyone"
join:
- "@everyone"
key:
- "Owner"
kick:
- "Mod"
level:
- "@everyone"
leveltop:
- "@everyone"
links:
- "@everyone"
lock:
- "Mod"
msg:
- "Admin"
math:
- "@everyone"
modules:
- "Owner"
minecraftuser:
- "@everyone"
mute:
- "Mod"
new:
- "@everyone"
prefix:
- "Admin"
pay:
- "@everyone"
ping:
- "@everyone"
profile:
- "@everyone"
play:
- "@everyone"
pause:
- "@everyone"
queue:
- "@everyone"
react:
- "Admin"
rolemenu:
- "Admin"
rockpaperscissors:
- "@everyone"
rolldice:
- "@everyone"
remindme:
- "@everyone"
report:
- "@everyone"
reset:
- "Owner"
removewarn:
- "Mod"
roleinfo:
- "@everyone"
remove:
- "@everyone"
rename:
- "@everyone"
reload:
- "Owner"
resume:
- "@everyone"
say:
- "Admin"
snote:
- "Admin"
shop:
- "@everyone"
slots:
- "@everyone"
suggest:
- "@everyone"
setactivity:
- "Owner"
setcoins:
- "Owner"
setexp:
- "Owner"
setlevel:
- "Owner"
setprefix:
- "Owner"
setstatus:
- "Owner"
setup:
- "Owner"
server:
- "@everyone"
status:
- "@everyone"
slowmode:
- "Mod"
serverinfo:
- "@everyone"
staffhelp:
- "Staff"
skip:
- "@everyone"
stop:
- "@everyone"
takecoins:
- "Admin"
takelevels:
- "Admin"
takerole:
- "Admin"
takexp:
- "Admin"
topic:
- "Admin"
tictactoe:
- "@everyone"
tempchannel:
- "@everyone"
tempban:
- "Admin"
tempmute:
- "Mod"
update:
- "Admin"
unban:
- "Admin"
unlock:
- "Mod"
unmute:
- "Mod"
userinfo:
- "@everyone"
vote:
- "Admin"
verify:
- "@everyone"
work:
- "@everyone"
warn:
- "Helper"
warnings:
- "Helper"
######################################
# #
# COMMAND ALIASES #
# #
######################################
Aliases:
announce:
- "announcement"
add:
- "adduser"
application:
- "applicationmenu"
apply:
- "application"
backup:
- "backupserver"
bugreport:
- "bug"
bans:
- "banlist"
coins:
- "bal"
- "balance"
cointop:
- "coinlb"
coinflip:
- "flipcoin"
connect4:
- "c4"
command:
- "commands"
clear:
- "purge"
close:
- "ticketclose"
- "closeticket"
daily:
- "dailycoins"
givecoins:
- "addcoins"
givelevels:
- "givelevel"
- "addlevel"
- "addlevels"
giverole:
- "addrole"
givexp:
- "giveexp"
- "giveexperience"
gamestats:
- "connect4stats"
- "tictactoestats"
gcreate:
- "giveawaycreate"
- "creategiveaway"
gdelete:
- "giveawaydelete"
- "deletegiveaway"
gstop:
- "gend"
- "giveawayend"
- "giveawaystop"
- "gforcestop"
- "giveawayforcestop"
google:
- "googlesearch"
- "searchgoogle"
ip:
- "serverip"
level:
- "explevel"
- "xplevel"
- "xp"
- "exp"
- "experience"
leveltop:
- "levellb"
msg:
- "message"
modules:
- "module"
minecraftuser:
- "mcuser"
- "mcaccount"
- "namehistory"
new:
- "ticket"
prefix:
- "prefixes"
ping:
- "latency"
profile:
- "stats"
queue:
- "musicqueue"
rockpaperscissors:
- "rps"
rolldice:
- "roll"
- "dice"
remindme:
- "reminders"
- "reminder"
- "remind"
reset:
- "clean"
removewarn:
- "remwarn"
- "deletewarn"
- "delwarn"
rename:
- "renameticket"
snote:
- "suggestionnote"
- "smsg"
- "suggestionmessage"
shop:
- "store"
slots:
- "slot"
- "gamble"
setup:
- "install"
server:
- "mcserver"
status:
- "serverstatus"
staffhelp:
- "shelp"
skip:
- "next"
stop:
- "stopmusic"
- "end"
- "endsong"
- "leave"
takecoins:
- "removecoins"
takelevels:
- "takelevel"
- "removelevel"
- "removelevels"
takerole:
- "removerole"
takexp:
- "takeexp"
- "takeexperience"
topic:
- "settopic"
tictactoe:
- "tic-tac-toe"
- "ttt"
tempchannel:
- "tc"
userinfo:
- "whois"
vote:
- "poll"
work:
- "job"
######################################
# #
# COMMAND DESCRIPTIONS #
# #
######################################
Descriptions:
8ball: "Ask the magical 8 ball a question and get an answer"
announce: "Create an announcement"
avatar: "View a user's avatar"
add: "Add a user to a ticket."
application: "Open the application menu and perform actions on an application"
apply: "Create an application"
buy: "Purchase an item from the shop"
backup: "Backup or restore your discord server."
botinfo: "View info about Corebot"
bugreport: "Report a bug on the server"
ban: "Ban a member of the server."
bans: "View a list of currently banned users"
closeall: "Close all open tickets"
createrole: "Create a role on the Discord server"
coins: "Check how many coins you or another user has"
cointop: "Check the coin leaderboard"
coinflip: "Flip a coin"
connect4: "Connect 4 game"
code: "Users can use this to determine if you are using a legitimate copy of Corebot."
command: "Enable or disable a command"
clear: "Clear a certain amount of messages"
close: "Close the ticket you are typing in"
debug: "Create a Corebot Debug Report"
deleterole: "Delete a role on the Discord server"
daily: "Get your daily coins"
eval: "Evalute code on the bot (dangerous)"
filter: "Add, delete, or view the list of filtered words"
givecoins: "Give coins to all or a certain user"
givelevels: "Give levels to all or a certain user"
giverole: "Give all or a certain user a role"
givexp: "Give XP to all or a certain user"
gamestats: "View a user's game stats"
gcreate: "Create a giveaway"
gdelete: "Delete the ongoing giveaway"
greroll: "Create a new set of winners for the giveaway"
gstop: "Force a giveaway to end"
google: "Search for some thing on google"
help: "View the command help menu"
history: "View the punishment history of a user"
ip: "View the Minecraft server's IP"
invites: "View your invites"
invitetop: "View the invite leaderboard"
join: "Have the bot join your voice channel"
key: "Install a corebot addon"
kick: "Kick a user in the Discord server"
level: "Check your current level"
leveltop: "Check the experience leaderboard"
links: "View links related to the Discord server"
lock: "Lock the channel so users cannot send messages"
msg: "Message all or certain users"
math: "Evaluate a math equation"
modules: "Enable or disable a module"
minecraftuser: "View minecraft account information"
mute: "Mute a user in the Discord server"
new: "Create a ticket"
prefix: "Check the bot's prefix"
pay: "Send money to a user"
ping: "Check the bot's latency"
profile: "View a user's profile"
play: "Play a song"
pause: "Pause the current song"
queue: "View the song queue"
react: "React to a message with an emoji"
rolemenu: "Send the reaction role menu"
rockpaperscissors: "Rock paper scissors game"
rolldice: "Roll a dice"
remindme: "Make the bot remind you to do something"
report: "Report a user in the Discord server"
reset: "Reset coins or exp of a user"
removewarn: "Remove a warning from a user"
roleinfo: "View information on a role"
remove: "Remove a user from the ticket you are typing in"
rename: "Rename a ticket channel"
reload: "Reload certain aspects of the bot"
resume: "Resume the current song"
say: "Make the bot send a certain message"
snote: "Send a message in a suggestion channel"
shop: "View the Discord server's shop"
slots: "Gamble a certain amount of your coins"
suggest: "Suggest something for the Discord server"
setactivity: "Set the bot's activity"
setcoins: "Set the coins of all or a certain user"
setexp: "Set the exp of all or a certain user"
setlevel: "Set the level of all or a certain user"
setprefix: "Set the bot's prefix"
setstatus: "Set the bot's status"
setup: "Create any missing channels and roles for the server"
server: "View minecraft server information"
status: "View a Minecraft server's status"
slowmode: "Turn on or off slowmode"
serverinfo: "View server information"
staffhelp: "View the staff command help menu"
skip: "Skip to a certain song in the queue"
stop: "Stop the bot from playing music."
takecoins: "Take coins from all or a certain user"
takelevels: "Take levels from all or a certain user"
takerole: "Take a role from all or a certain user"
takexp: "Take XP from all or a certain user"
topic: "Change the topic of a channel"
tictactoe: "Tic-Tac-Toe game"
tempchannel: "Manage your temp channel"
tempban: "Temporarily ban a user on the Discord server"
tempmute: "Temporarily mute a user on the Discord server"
update: "Create an update"
unban: "Unban a user on the Discord server"
unlock: "Unlock the channel you are typing in"
unmute: "Unmute a user on the Discord server"
userinfo: "View your or a certain user's info"
vote: "Create a poll"
verify: "Verify that you aren't a bot account"
work: "Work at a job to earn coins"
warn: "Warn a user on the Discord server"
warnings: "View the warnings of a user on the Discord server"