From 8dc1c999954ad25f17f04a1461bcb7c322090022 Mon Sep 17 00:00:00 2001 From: smyalygames Date: Thu, 22 Sep 2022 14:04:27 +0100 Subject: [PATCH] docs(arabot): list all commands --- docs/COMMANDS.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/COMMANDS.md diff --git a/docs/COMMANDS.md b/docs/COMMANDS.md new file mode 100644 index 0000000..69010d6 --- /dev/null +++ b/docs/COMMANDS.md @@ -0,0 +1,49 @@ +# Commands for the bot + +## Moderation + +### Sus +This command stores notes on users that could be information on the user +or anything that is not serious enough for a warning. + +#### Classic Commands +- `?sus ` Add a note to the user + +#### Application Commands + +- `/sus add ` +- `/sus view ` +- `/sus remove ` +- `/sus purge ` + +## Coordinator Only + +### Diversity Team + +- `/diversity toggleopen` + +### Events Team + +- `/stagehost` + +### Mentor Team + +- `/vegancurious` + +### Verification Team + +- `/purgeverifying` + +## Utilities + +- `/ping` + +## Fun Commands + +- `/1984` +- `/happy` +- `/hug` +- `/kill` +- `/poke` +- `/sad` +- `/shrug` \ No newline at end of file