2026-02-15 19:51:00 +02:00
|
|
|
# ============================================
|
|
|
|
|
# Miku Discord Bot - Environment Variables
|
|
|
|
|
# ============================================
|
|
|
|
|
# Copy this file to .env and fill in your values
|
|
|
|
|
# NEVER commit .env to version control!
|
|
|
|
|
|
|
|
|
|
# Discord Configuration
|
|
|
|
|
DISCORD_BOT_TOKEN=your_discord_bot_token_here
|
|
|
|
|
|
|
|
|
|
# API Keys
|
|
|
|
|
CHESHIRE_CAT_API_KEY= # Empty = no auth
|
|
|
|
|
|
|
|
|
|
# Error Reporting (Optional)
|
2026-03-04 00:17:05 +02:00
|
|
|
ERROR_WEBHOOK_URL=https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
|
2026-02-15 19:51:00 +02:00
|
|
|
|
|
|
|
|
# Owner Configuration
|
2026-03-04 00:17:05 +02:00
|
|
|
OWNER_USER_ID=YOUR_DISCORD_USER_ID # Your Discord user ID for admin features
|