|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: Stream Notifications Setup - NadekoBot |
| 4 | +description: Learn how to set up Twitch and Kick stream notifications with NadekoBot for your Discord server. |
| 5 | +--- |
| 6 | + |
| 7 | +# Stream Notifications Setup |
| 8 | + |
| 9 | +NadekoBot can automatically notify your Discord community when you go live on Twitch, Kick, or YouTube. |
| 10 | + |
| 11 | +## Twitch Notifications |
| 12 | + |
| 13 | +### Basic Setup |
| 14 | + |
| 15 | +``` |
| 16 | +.streamadd twitch YourTwitchUsername |
| 17 | +``` |
| 18 | + |
| 19 | +This will post notifications in the current channel whenever the specified Twitch user goes live. |
| 20 | + |
| 21 | +### Custom Messages |
| 22 | + |
| 23 | +``` |
| 24 | +.streamadd twitch YourTwitchUsername -m "🔴 **%user%** is now live playing **%game%**! %url%" |
| 25 | +``` |
| 26 | + |
| 27 | +### Available Variables |
| 28 | + |
| 29 | +| Variable | Description | |
| 30 | +|----------|-------------| |
| 31 | +| `%user%` | Streamer username | |
| 32 | +| `%game%` | Current game/category | |
| 33 | +| `%url%` | Stream URL | |
| 34 | +| `%title%` | Stream title | |
| 35 | +| `%viewers%` | Current viewer count | |
| 36 | + |
| 37 | +## Kick Notifications |
| 38 | + |
| 39 | +``` |
| 40 | +.streamadd kick YourKickUsername |
| 41 | +``` |
| 42 | + |
| 43 | +Kick is growing rapidly as a streaming platform. NadekoBot supports Kick notifications with the same features as Twitch. |
| 44 | + |
| 45 | +## Monitoring Your Growth |
| 46 | + |
| 47 | +Want to track your stream analytics and viewer growth? Check out these [stream analytics tools](https://theviewbot.com/tools) for detailed insights on your Twitch and Kick performance. |
| 48 | + |
| 49 | +## Troubleshooting |
| 50 | + |
| 51 | +### Notifications Not Posting? |
| 52 | + |
| 53 | +1. Ensure the bot has permission to post in the channel |
| 54 | +2. Verify the username is spelled correctly |
| 55 | +3. Check if the stream is actually live |
| 56 | + |
| 57 | +### Need Help? |
| 58 | + |
| 59 | +Join our [Discord support server](https://discord.nadeko.bot) for assistance. |
| 60 | + |
| 61 | +--- |
| 62 | + |
| 63 | +[← Back to Documentation](/) |
0 commit comments