Created Commands (markdown)
parent
ac079bd869
commit
691df4f4f0
84
Commands.md
Normal file
84
Commands.md
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
# Commands
|
||||||
|
Arguments:
|
||||||
|
> `<argument>` 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 <messages> [reason]`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
> messages: Number of messages to clear
|
||||||
|
|
||||||
|
> reason: Reason for the clear
|
||||||
|
|
||||||
|
Description: Mass deletes messages.
|
||||||
|
|
||||||
|
Requirements: Administrator permissions
|
||||||
|
|
||||||
|
### Kick
|
||||||
|
Usage: `/kick <member> [reason]`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
> member: Member to kick
|
||||||
|
|
||||||
|
> reason: Reason for the kick
|
||||||
|
|
||||||
|
Description: Kicks a member from the server.
|
||||||
|
|
||||||
|
Requirements: Administrator permissions
|
||||||
|
|
||||||
|
### Ban
|
||||||
|
Usage: `/ban <member> [reason]`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
> messages: Member to ban
|
||||||
|
|
||||||
|
> reason: Reason for the ban
|
||||||
|
|
||||||
|
Description: Bans a member from the server.
|
||||||
|
|
||||||
|
Requirements: Administrator permissions
|
||||||
|
|
||||||
|
### Unban
|
||||||
|
Usage: `/unban <member> [reason]`
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
> messages: Member to unban
|
||||||
|
|
||||||
|
> reason: Reason for the unban
|
||||||
|
|
||||||
|
Description: Revokes a ban.
|
||||||
|
|
||||||
|
Requirements: Administrator permissions
|
||||||
Loading…
x
Reference in New Issue
Block a user