/showblocklist

This commit is contained in:
2022-11-25 18:53:03 +01:00
parent 545bda9bee
commit 24d39d471e
5 changed files with 51 additions and 20 deletions

View File

@ -7,7 +7,7 @@ Sets the channel where the bot will log if a channel meets the banned word crite
### /blocklist `Permission: MANAGE_GUILD`
#### /blocklist get
Gets the global and server specific banned word list and returns it
Gets the global and server specific banned word list and returns it (Same behaviour as /showblocklist)
#### /blocklist add [word]
Adds the word to the server specific blocklist
@ -24,6 +24,9 @@ Options are:
- Keep settings persistent even if the bot leaves
- Delete setting when the bot leaves the server [default]
### /showblocklist `Permission: MANAGE_CHANNELS`
Gets the global and server specific banned word list and returns it
## Environment variables
| Name | Description | Required | Example |
| :--------------- | :------------------------------------------------------------------------------ | :------: | :------------------ |