Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Features

Jamie edited this page Jul 6, 2025 · 3 revisions

This page will go over the features that the bot has outside of commands.

  1. Automatic role updating (Disabled by default). This will run the /updateroles command automatically every hour in your server so that your members will (hopefully) always be up to date without having to manually run the command constantly.
  2. Log messages (Disabled by default). This will send various messages with information regarding the bot to a specified channel. The messages include: The output of automatic /updateroles, response to someone using /verify, any errors whilst applying/removing roles or sending messages, information about interactions with certain admin commands and more.
  3. Join/Leave messages (Disabled by default). This will send messages to a specified channel upon a member joining or leaving your server. A custom message can be specified using config commands.
  4. Add Guild Prefixes (Enabled by default). When verifying players with /verify or /updateroles non guild members will have their guilds prefix added as a suffix to their name. For example: ShadowCat117 [WANY].
  5. Check for Banned Players in Guild (Enabled by default). Daily check to see if anyone on your banned players list is in your guild. If someone is found the message will be sent to your log channel. This feature does not require the log messages feature mentioned above to be enabled, but a channel to send the message in must be specified.
  6. Check Duplicate Nicknames (Cannot be disabled). This will check when someone sets a nickname in your server that nobody else already has that name as their username, display name or nickname. This is to ensure nobody can be verified as the same person.
  7. Double Layer Verification (Disabled by default). This will make it so when someone tries to /verify a message will be sent to a specified channel with options to accept or deny the verification. If this is enabled, only users with the Verified role will be automatically updated via /updateroles or the automatic role updating.

For the features that can be toggled you can use /config_features option: enabled: to toggle them. The option field is used for which feature to toggle and enabled will either be True or False to turn it on or off.

Clone this wiki locally