Overview
Once you’ve added streamers, you can view your tracked list, check live status, and remove streamers when needed.Viewing Tracked Streamers
Use the/streamer list command to see all streamers being tracked in your server.
Understanding the List Format
Each entry shows:Platform Emoji
- 🟢 Kick / Rumble
- 🟣 Twitch
- 🔴 YouTube
- ⚫ TikTok
Streamer Info
- Username in bold
- Platform name
- 🔴 LIVE indicator (only when streaming)
Notification Channel
- Shows which channel receives alerts
- Format:
└ Alerts → #channel-name
Removing Streamers
Use/streamer remove to stop tracking a streamer.
Select Streamer to Remove
The bot shows a dropdown menu with all tracked streamers:Embed Preview:Each option shows:
- Platform emoji
- Streamer username
- Platform name
- Notification channel (last 4 digits)
The menu shows up to 25 streamers. If you have more, remove some to access older entries.
Confirm Removal
After selecting a streamer, the bot asks for confirmation:
- Yes, Remove - Permanently removes the streamer
- Cancel - Cancels the operation
Canceling Operations
Both add and remove flows include a Cancel button:- Dismisses the interaction
- Cancels the operation
- Shows a brief acknowledgment
Per-Server Configuration
Each Discord server has its own independent streamer list. Adding or removing streamers in one server doesn’t affect others.
Server A Example
Server B Example
Data Persistence
The bot uses Enmap for automatic data persistence:- Streamer lists are saved immediately after any change
- Data persists across bot restarts
- No manual database configuration needed
- Stored locally in the bot’s data directory
Managing Notification Channels
Changing a Streamer’s Channel
To move a streamer to a different notification channel:Multiple Streamers, One Channel
You can send all alerts to a single channel:#stream-alerts.
Streamer Limits
The bot has no hard limit on tracked streamers, but consider:
- API rate limits: More streamers = more requests every 60 seconds
- Performance: 50+ streamers may slow down checks
- Channel spam: Too many alerts in one channel can be overwhelming
- Small servers: 10-20 streamers
- Medium servers: 20-50 streamers
- Large servers: 50-100 streamers
Bulk Management
Currently, the bot doesn’t support bulk operations. To manage multiple streamers:Removing Multiple Streamers
Run/streamer remove multiple times:
Monitoring Live Status
The/streamer list command shows real-time live status:
Live Status Updates
- Updated every 60 seconds automatically
- Reflects the bot’s internal cache
- May have a 1-2 minute delay from actual stream start
The live indicator in
/streamer list is not real-time. It shows the status from the last polling cycle.Common Scenarios
Streamer changed their username
Streamer changed their username
Remove the old username and add the new one:
Want to temporarily disable alerts
Want to temporarily disable alerts
The bot doesn’t have a pause feature. Options:
- Remove the streamer (easy to re-add later)
- Remove bot permissions in the notification channel
- Delete the notification channel (create new one later)
Accidentally removed a streamer
Accidentally removed a streamer
Simply re-add them:Note: You’ll lose the historical cache (last title, etc.), so you might get a duplicate alert if they’re currently live.
List shows wrong live status
List shows wrong live status
The bot checks every 60 seconds. If the status seems wrong:
- Wait 1-2 minutes and check again
- Verify the streamer’s actual status on their platform
- Check the bot is running with
/ping
Next Steps
Adding Streamers
Learn how to add new streamers to track
Troubleshooting
Fix common issues and errors