Configuration

This showcases and explains the config.lua file within the Discord API!

Config.Token = '' -- Bot Token
Config.Guild = '' -- Guild ID

Config.StaffRoles = { -- [] contains the role ID // '' contains the group name
    [] = 'owner',
    [] = 'director',
    [] = 'management',
    [] = 'headadmin',
    [] = 'leadadmin',
    [] = 'admin',
    [] = 'mod',
    [] = 'cc',
    [] = 'bronze',
    [] = 'noclipp',
    [] = 'lsg',
    [] = 'booster',
}

Last updated