Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • Why use fake permissions?
  • How do fake permissions work?
  • Getting command permissions
  • Setting up fake permissions
  • Recommended Configuration
  1. Security Setup

Fake Permissions

Restrict moderators to only use evelina for moderation.

PreviousRepeatNextRoles

Last updated 7 days ago

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 evelina, 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

Use the fakepermissions add command to grant a fake permission to a role.

Syntax: ;fakepermissions add [role] [permission]
Example: ;fakepermissions add mod manage_messages
Revoking fake permissions from a role

Use the fakepermissions remove command to revoke a fake permission from a role.

Syntax: ;fakepermissions remove [role] [permission]
Example: ;fakepermissions remove mod manage_messages
Clear all fake permissions from a role

Use the fakepermissions clear command to revoke all fake permission from a role.

Syntax: ;fakepermissions clear [role]
Example: ;fakepermissions clear mod
Viewing fake permissions

Use the fakepermissions list command to view all fake permissions.

Syntax: ;fakepermissions list [role]
Example: ;fakepermissions list mod
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.

;fakepermissions add (moderator role) manage_messages
;fakepermissions add (moderator role) moderate_members
;fakepermissions add (moderator role) manage_nicknames
;fakepermissions add (moderator role) kick_members
  • 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.

;fakepermissions add (admin role) manage_messages
;fakepermissions add (admin role) moderate_members
;fakepermissions add (admin role) manage_nicknames
;fakepermissions add (admin role) manage_roles
;fakepermissions add (admin role) ban_members
;fakepermissions add (admin role) kick_members
  • administrator - Allows the co-owner to use all moderation commands.

;fakepermissions add (co-owner role) administrator