Feature/5 rework default permissions for slash commands #8
@@ -2,10 +2,10 @@
 | 
			
		||||
A Discord bot that checks Discord channel names for banned words and prevents renaming of them
 | 
			
		||||
 | 
			
		||||
## Commands
 | 
			
		||||
### /logchanel [channel?]
 | 
			
		||||
### /logchanel [channel?] `Permission: MANAGE_GUILD`
 | 
			
		||||
Sets the channel where the bot will log if a channel meets the banned word criteria. If channel is omitted, the log channel will be disabled.
 | 
			
		||||
 | 
			
		||||
### /blocklist
 | 
			
		||||
### /blocklist `Permission: MANAGE_GUILD`
 | 
			
		||||
#### /blocklist get
 | 
			
		||||
Gets the global and server specific banned word list and returns it
 | 
			
		||||
 | 
			
		||||
@@ -15,10 +15,10 @@ Adds the word to the server specific blocklist
 | 
			
		||||
#### /blocklist remove [word]
 | 
			
		||||
Removes the word from the server specific blocklist
 | 
			
		||||
 | 
			
		||||
### /info
 | 
			
		||||
### /info `Permission: EVERYONE`
 | 
			
		||||
Returns general information about the bot and the servers stats
 | 
			
		||||
 | 
			
		||||
### /preservesettings
 | 
			
		||||
### /preservesettings `Permission: ADMINISTRATOR`
 | 
			
		||||
Changes the behaviour when the bot leaves the server.
 | 
			
		||||
Options are:
 | 
			
		||||
- Keep settings persistent even if the bot leaves
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user