Files
Mace-AIO-Discord-Bot---With…/bot/.env.example
RayExo fa162b5841 CodeX
2026-07-12 21:34:44 +05:30

31 lines
735 B
Plaintext

TOKEN = TOKEN_HERE
brand_name='ZyroX'
NEXT_PUBLIC_BRAND_NAME='ZyroX'
# LAVALINK CONFIG
LAVALINK_HOST="lavalink.jirayu.net"
LAVALINK_PASSWORD="youshallnotpass"
# Set to true if the node uses HTTPS/WSS (secure), false for HTTP/WS
LAVALINK_SECURE="false"
# Only needed when LAVALINK_SECURE is false (e.g. 2333)
LAVALINK_PORT="13592"
# EMOJI SYNC CONFIG
# Set to true to enable automatic application emoji sync on startup
EMOJI_SYNC="true"
# API SERVER CONFIG
# Set to true to enable the dashboard API server
API_ENABLED="true"
# Port the API server listens on
API_PORT="8000"
# ON CMD RUN
WEBHOOK_URL="https://discord.com/api/webhooks/"
DASHBOARD_API_KEY="ZYROX_SECURE_API_KEY_12345_CHANGE_THIS_ASAP_BY_CODEX_DEVS"
# CODEX DEVS