forked from TechSupportCentral/TSCBot-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.yaml
63 lines (58 loc) · 2.97 KB
/
commands.yaml
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
info_desc: "Information about the bot and the server"
info:
uptime: "See how long the bot has been online"
ping: "Test the bot latency"
commands: "List the bot's available commands"
support-team-requirements: "See the requirements to join the support team"
mod-requirements: "See the requirements to join the mod team"
rules: "Get a list of server rules"
rule: "Look at a specific server rule"
techinfo_desc: "Tutorials and links usually used by Support Team"
techinfo:
drivers: "Get links to download various drivers"
bootkeys: "Get a list of keys used to get into the BIOS Boot Menu"
windowsusb: "Get instructions on how to install or reinstall Windows 10"
linuxusb: "Get instructions on how to create a bootable Linux USB"
androidusb: "Get instructions on how to flash a Linux ISO to USB on Android"
vcredist: "Get links to various versions of the Microsoft Visual C++ Redistributable"
monitor: "Show the proper location to plug in a monitor"
m.2: "Show the difference between SATA and NVMe M.2 SSDs using differently keyed M.2 connectors"
others: "Many of these commands have been moved to the custom commands system.\nUse `!custom-list` to view all of the custom commands."
misc_desc: "Miscellaneous commands that don't fit in other categories"
misc:
alert: "Alert the moderators"
suggest: "Make a suggestion on how to improve the server"
remindme: "Remind yourself of something"
shorten: "Shorten a link"
custom-commands_desc: "Set of commands added by an admin without reprogramming the bot"
custom-commands:
custom-list: "Get a list of custom commands"
add-custom: "For admins: Add a new custom command"
remove-custom: "For admins: Remove a custom command"
add-custom-description: "For admins: Add a description for a custom command"
moderation_desc: "Commands run by moderators"
moderation:
userinfo: "Obtain various info about a certain user"
purge: "Delete a certain number of messages"
warnings: "Check a user's punishments"
warn: "Give a user a warning"
unwarn: "Remove a specific warning"
mute: "Mute a user"
unmute: "Unmute a user"
kick: "Kick a user from the server"
ban: "Ban a user from the server"
unban: "Unban a user from the server"
reason: "Update the reason for a warning"
administration_desc: "Commands run by admins"
administration:
sendmessage: "Send the command argument as a message"
announce: "Send the command argument as an annoucement embed"
dm: "Send the command argument as a DM to a specific user"
accept-suggestion: "Accept a certain suggestion"
decline-suggestion: "Decline a certain suggestion"
add-swear: "Add a swear to the swearlist"
remove-swear: "Remove a swear from the swearlist"
swearlist: "Get a list of the current swears"
softban: "Ban a user to delete all their messages, then unban them"
# add-reaction-role: "Create a reaction role message"
commit: "See what git commit the bot is currently running on"