# Discord Bot Configuration
# Copy this file to .env and fill in your actual Discord bot token
# Your Discord bot token
# Get it from: https://discord.com/developers/applications
# Navigate to your application -> Bot -> Copy Token
DISCORD_TOKEN=your_discord_bot_token_here
# Default channel ID for send/image commands
DISCORD_CHANNEL_ID=
# ============================================================================
# Hook System Configuration
# ============================================================================
# Enable the hook system (required for 'discli listen' command)
# Set to "true" or "1" to enable
HOOK_ENABLED=false
# Path to hooks.yaml file (default: ./hooks.yaml)
# HOOKS_FILE=./hooks.yaml
# Directory containing prompt template files (default: ./prompts)
# PROMPTS_DIR=./prompts
# Logging level: debug, info, warn, error (default: info)
# LOG_LEVEL=info