8 lines
302 B
Text
8 lines
302 B
Text
# Discord bot token (required)
|
|
DISCORD_BOT_TOKEN=your-discord-bot-token-here
|
|
|
|
# Discord guild/server ID (optional -- uses first guild if not set)
|
|
DISCORD_GUILD_ID=your-discord-guild-id-here
|
|
|
|
# Path to claude CLI executable (optional -- defaults to "claude" on PATH)
|
|
# CLAUDE_PATH=/usr/local/bin/claude
|