diff --git a/guide/slash-commands/permissions.md b/guide/slash-commands/permissions.md
index d3c093600..d6c47c37b 100644
--- a/guide/slash-commands/permissions.md
+++ b/guide/slash-commands/permissions.md
@@ -10,7 +10,7 @@ It is not possible to prevent users with Administrator permissions from using an
## Member permissions
-You can use to set the default permissions required for a member to run the command. Setting it to `0` will prohibit anyone in a guild from using the command unless a specific overwrite is configured or the user has the Administrator permission flag.
+You can use to set the default permissions required for a member to run the command. Setting it to `0` will hide and prohibit anyone in a guild from using the command unless a specific overwrite is configured or the user has the Administrator permission flag.
For this, we'll introduce two common and simple moderation commands: `ban` and `kick`. For a ban command, a sensible default is to ensure that users already have the Discord permission `BanMembers` in order to use it.