Manager
Manager Configuration
Configure Manager core values, guild authorization, vehicles, Tebex, FiveGuard, FiveM, links, and SQL.
Core settings#
| Setting | What to enter | What it controls |
|---|---|---|
TOKEN | YOUR_BOT_TOKEN | Discord bot token. |
clientID | YOUR_APPLICATION_ID | Application ID used for command registration. |
BotName | Manager | Configured bot display name. |
serverName | Your Community | Community name used in output. |
footer | Your footer text | Supported embed footer. |
PORT | Unused local port | Local service port where enabled. |
addOwner | One or more owner user IDs in the supported format | Users granted owner-level access. |
channelId | YOUR_CHANNEL_ID | Default channel used by the corresponding feature. |
allowedGuilds | Array of guild IDs | Servers where Manager is authorized to remain. |
Optional integration settings#
| Setting | What to enter | What it controls |
|---|---|---|
tbxSecretKey | YOUR_TEBEX_SECRET | Private Tebex credential for supported lookups. |
tebexCommandAccess | Array of role or user IDs supported by the build | Controls access to Tebex commands. |
OPENAI_API_KEY | YOUR_OPENAI_API_KEY or blank | Only required if an installed feature explicitly uses OpenAI. |
fgUnbanRoles | Array of role IDs | Roles allowed to use FiveGuard unban workflow. |
fgUnbanUrl | https://YOUR_DOMAIN/path | Existing compatible server-side endpoint. |
fgUnbanCode | YOUR_FIVEGUARD_SECRET | Shared authorization secret for that endpoint. |
Vehicles and FiveM links#
| Setting | What to enter | What it controls |
|---|---|---|
vehicleApprovalRoleId | YOUR_ROLE_ID | Role permitted to review vehicle requests. |
vehicleApprovedRoleId | YOUR_ROLE_ID | Role applied by the supported approval workflow. |
vehicleCategoryId | YOUR_CATEGORY_ID | Category where vehicle request channels may be created. |
tagAllowedRoles | Array of role IDs | Roles allowed to manage or use supported tags. |
connectLink | https://cfx.re/join/abc123 | FiveM connect URL; example code is not a real server. |
cfxServerAddress | Reachable FiveM address | Server address used by supported server utilities. |
forumsUrl | https://YOUR_DOMAIN/forums | Community forums link. |
cadUrl | https://YOUR_DOMAIN/cad | CAD link. |
storeUrl | https://YOUR_DOMAIN/store | Store link. |
SQL#
| Setting | What to enter | What it controls |
|---|---|---|
charset | utf8mb4 | Unicode database character set. |
host | YOUR_DATABASE_HOST | Database hostname. |
user | YOUR_DATABASE_USER | Database login. |
password | YOUR_DATABASE_PASSWORD | Database password. |
database | YOUR_DATABASE_NAME | Imported Manager database. |