Discord Bot Management

Manage and control your Discord bots

API Call Statistics

Discord Bots

Toggle bots on and off using the switches below

Setting Up Your Discord Bots

  1. Create a new application in the Discord Developer Portal
  2. Navigate to the "Bot" section and click "Add Bot"
  3. Copy your bot token (click "Reset Token" if needed)
  4. Update the token in src/lib/discord/config.ts
  5. For production, use environment variables instead of hardcoding tokens:
    • Create a .env.local file in the root directory
    • Add MAIN_BOT_TOKEN=your_token_here
    • Add UTILITY_BOT_TOKEN=your_token_here