Regulars

Regulars provide an easy and reliable way to automatically give players roles based on playtime or xp earned. Regulars are created in the ./SCPToolsBot/regulars/, you can find the folder structure down below:

Configuration

Manifest

The manifest defines the regular group. It is the starting point of every regular folder and cannot be missing.

# The name of the group that will be displayed to the users
name: ""
# The description of the group that will be displayed to the users
description: ""
# The custom role will be a group role, given to all users that have selected this group
custom_role:
  use: false
  id: ""
Name

The name of the regular group that will be displayed to users

Description

The description of the regular role that will be displayed to the users

Custom Role

Use - Determines if a custom role is going to be used

Id - The id of the custom role

Last updated