.env.example•676 B
# Environment Variables (DO NOT COMMIT TOKENS!)
# Copy this file to .env and fill in your actual values
# Discord Bot Token (required)
DISCORD_TOKEN=your_discord_bot_token_here
# Default Discord Server ID (optional)
# When provided, guildId parameter becomes optional for tools
DISCORD_GUILD_ID=your_default_guild_id_here
# Logging Configuration
ENABLE_LOGGING=true
LOG_LEVEL=INFO
# Retry Configuration
MAX_RETRIES=3
RETRY_DELAY=1000
TIMEOUT=30000
# Rate Limit Protection
RATE_LIMIT_PROTECTION=true
# Action Permissions (comma-separated, leave empty for all actions)
# ALLOWED_ACTIONS=get_server_info,send_message,read_messages
# DENIED_ACTIONS=delete_channel,ban_member