Bot can now send a one-time announcement to all configured channels when it starts. Configuration: - Set STARTUP_ANNOUNCEMENT in .env with your message - Leave empty to disable announcements - Prevents duplicate announcements on reconnects Usage example: STARTUP_ANNOUNCEMENT=Bot updated! New features: colored prices and charts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
# Discord Configuration
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
CHANNEL_ID=your_channel_id_here,optional_second_channel_id
|
|
STARTUP_ANNOUNCEMENT=
|
|
|
|
# Bot Configuration
|
|
COMMAND_PREFIX=!
|
|
|
|
# Stock Configuration
|
|
PRIMARY_TICKER=PYPL
|
|
STOCK_API_PROVIDER=finnhub
|
|
FINNHUB_API_KEY=your_finnhub_api_key_here
|
|
|
|
# Scheduling Configuration
|
|
UPDATE_INTERVAL_HOURS=1
|