From 545bda9bee5394fe6b68112d95d61af1f9512bb7 Mon Sep 17 00:00:00 2001 From: Lukas | AstroGD Date: Fri, 25 Nov 2022 18:41:34 +0100 Subject: [PATCH] Document default permissions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19c40e0..ade423b 100644 --- a/README.md +++ b/README.md @@ -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