18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
|
|
# ============================================
|
||
|
|
# 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)
|
||
|
|
ERROR_WEBHOOK_URL=https://discord.com/api/webhooks/1462216811293708522/4kdGenpxZFsP0z3VBgebYENODKmcRrmEzoIwCN81jCirnAxuU2YvxGgwGCNBb6TInA9Z
|
||
|
|
|
||
|
|
# Owner Configuration
|
||
|
|
OWNER_USER_ID=209381657369772032 # Your Discord user ID for admin features
|