diff --git a/NadekoBot/Commands/StreamNotifications.cs b/NadekoBot/Commands/StreamNotifications.cs index 5bab0258..85a36234 100644 --- a/NadekoBot/Commands/StreamNotifications.cs +++ b/NadekoBot/Commands/StreamNotifications.cs @@ -143,7 +143,7 @@ namespace NadekoBot.Commands { return ""; })); - await e.Channel.SendMessage($"You are following **{streamsArray.Length}** hitbox streamers on this server.\n\n" + text); + await e.Channel.SendMessage($"You are following **{streamsArray.Length}** streams on this server.\n\n" + text); }); }