From 691df4f4f0f097cf1afc20e65707113dd7e58241 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:44:50 +0100 Subject: [PATCH] Created Commands (markdown) --- Commands.md | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 Commands.md diff --git a/Commands.md b/Commands.md new file mode 100644 index 0000000..db2074b --- /dev/null +++ b/Commands.md @@ -0,0 +1,84 @@ +# Commands +Arguments: +> `` required argument + +> `[argument]` optional argument + +## Bot +### Stop +Usage: `/stop` + +Description: Stops the bot. + +Requirements: Administrator permissions + +## Informative +### Help +Usage: `/help` + +Description: Shows help about the bot. + +Requirements: None + +### Info +Usage: `/info` + +Description: Shows info about the bot. + +Requirements: None + +### Ping +Usage: `/ping` + +Description: Shows ping of the bot. + +Requirements: None + +## Moderation +### Clear +Usage: `/clear [reason]` + +Arguments: +> messages: Number of messages to clear + +> reason: Reason for the clear + +Description: Mass deletes messages. + +Requirements: Administrator permissions + +### Kick +Usage: `/kick [reason]` + +Arguments: +> member: Member to kick + +> reason: Reason for the kick + +Description: Kicks a member from the server. + +Requirements: Administrator permissions + +### Ban +Usage: `/ban [reason]` + +Arguments: +> messages: Member to ban + +> reason: Reason for the ban + +Description: Bans a member from the server. + +Requirements: Administrator permissions + +### Unban +Usage: `/unban [reason]` + +Arguments: +> messages: Member to unban + +> reason: Reason for the unban + +Description: Revokes a ban. + +Requirements: Administrator permissions \ No newline at end of file