AeThex-Bot-Master/aethex-bot/.env.example
sirpiglr ddea985e6f Integrate security features and administration tools into the main bot
Add Sentinel anti-nuke listeners, federation role syncing, ticket system, and admin commands to the unified AeThex bot, consolidating functionality and enhancing security monitoring.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: e72fc1b7-94bd-4d6c-801f-cbac2fae245c
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Event-Id: 00c4494a-b436-4e48-b794-39cd745fb604
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/e72fc1b7-94bd-4d6c-801f-cbac2fae245c/7DQc4BR
Replit-Helium-Checkpoint-Created: true
2025-12-07 22:16:10 +00:00

21 lines
583 B
Text

# Required
DISCORD_BOT_TOKEN=your_discord_bot_token
DISCORD_CLIENT_ID=your_discord_client_id
# Optional - Supabase (for user verification features)
SUPABASE_URL=your_supabase_url
SUPABASE_SERVICE_ROLE=your_supabase_service_role_key
# Optional - Federation Guild IDs
HUB_GUILD_ID=main_hub_server_id
LABS_GUILD_ID=labs_server_id
GAMEFORGE_GUILD_ID=gameforge_server_id
CORP_GUILD_ID=corp_server_id
FOUNDATION_GUILD_ID=foundation_server_id
# Optional - Security
WHITELISTED_USERS=user_id_1,user_id_2
ALERT_CHANNEL_ID=channel_id_for_alerts
# Optional - Health server
HEALTH_PORT=8080