Adds two Node.js Discord bots for the AeThex platform, enabling features such as account linking, role management, profile viewing, community posts, and more, with extensive Supabase integration. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e72fc1b7-94bd-4d6c-801f-cbac2fae245c Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: f8fda02a-6ff3-4bdf-87d4-fdbef7f9a2ce Replit-Helium-Checkpoint-Created: true
23 lines
804 B
Text
23 lines
804 B
Text
# Discord Bot Configuration
|
|
DISCORD_BOT_TOKEN=your_bot_token_here
|
|
DISCORD_CLIENT_ID=your_client_id_here
|
|
DISCORD_PUBLIC_KEY=your_public_key_here
|
|
|
|
# Supabase Configuration
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_SERVICE_ROLE=your_service_role_key_here
|
|
|
|
# API Configuration
|
|
VITE_API_BASE=https://api.aethex.dev
|
|
|
|
# Discord Feed Webhook Configuration
|
|
DISCORD_FEED_WEBHOOK_URL=https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
|
|
DISCORD_FEED_GUILD_ID=515711457946632232
|
|
DISCORD_FEED_CHANNEL_ID=1425114041021497454
|
|
|
|
# Discord Announcement Channels (comma-separated channel IDs)
|
|
DISCORD_ANNOUNCEMENT_CHANNELS=1435667453244866702,your_other_channel_ids_here
|
|
|
|
# Discord Role Mappings (optional)
|
|
DISCORD_FOUNDER_ROLE_ID=your_role_id_here
|
|
DISCORD_ADMIN_ROLE_ID=your_admin_role_id_here
|