Skip to main content

Installation

To install this plugin, follow these steps:
  1. Download the plugin files, put them in /plugins folder.
  2. Download the dependency ZDLibrary via GitHub.
  3. Join the discord server ( discord.gg/zerodev ) and create a ticket for license request.
  4. Paste the license key in LICENSE_KEY field in the config.
  5. Restart AthenaBot via npm start or node index.js.

Configuration

Emoji Locker is used to secure your server’s custom emojis by locking them behind specific roles.

Settings

  • LICENSE_KEY: Your plugin license key.
  • panel.type: Set to SELECT_MENU or BUTTON for the management panel.
  • persistentRoles: List of roles that are automatically granted access to all locked emojis.

How to Lock/Unlock Emojis

You can manage your emojis using the /emojilocker command.
  1. Locking: Use the command and select the emoji you want to protect. You will be prompted to select the roles that should have access to it.
  2. Unlocking: Use the same command to remove role restrictions from an emoji, making it available to everyone again.

Permissions

Configure who can manage locks via the permissions section (e.g., admin or a specific role name).