Fake Permissions
Restrict moderators to only use bleed for moderation.
Why use fake permissions?
Fake permissions negate the possibility of a rogue moderator using a script which floods the Discord API and mass bans all members, or any other harmful action. It’s a security measure which ensures that your server can’t be nuked whatsoever.
How do fake permissions work?
When a moderator is given fake permissions, such as ban_members
, they will be able to use the ban
command with bleed, but they won’t be able to use the native Discord ban feature.
Getting command permissions
You can locate the required permissions for a command with ,help (command)
.
Setting up fake permissions
The following commands can only be used by the server owner.
Granting fake permissions to a role
Granting fake permissions to a role
Use the fakepermissions add
command to grant a fake permission to a role.
Revoking fake permissions from a role
Revoking fake permissions from a role
Use the fakepermissions remove
command to revoke a fake permission from a role.
Viewing fake permissions
Viewing fake permissions
Use the fakepermissions list
command to view all fake permissions.
Revoking all fake permissions
Revoking all fake permissions
Use the fakepermissions reset
command to reset all fake permissions.
Recommended Configuration
manage_messages
- Allows the moderator to delete messages.moderate_members
- Allows the moderator to timeout members.manage_nicknames
- Allows the moderator to change nicknames.kick_members
- Allows the moderator to kick members from the server.
manage_messages
- Allows the moderator to delete messages.moderate_members
- Allows the moderator to timeout members.manage_nicknames
- Allows the moderator to change nicknames.kick_members
- Allows the moderator to kick members from the server.
manage_messages
- Allows the administrator to delete messages.moderate_members
- Allows the administrator to timeout members.manage_nicknames
- Allows the administrator to change nicknames.manage_roles
- Allows the administrator to manage roles.ban_members
- Allows the administrator to ban members.kick_members
- Allows the administrator to kick members.
administrator
- Allows the co-owner to use all moderation commands.