From 37c638aa4831eb1ea42a904d1b7bbacada1fe3d6 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 14 Mar 2016 00:55:27 +0100 Subject: [PATCH] typo --- NadekoBot/Commands/StreamNotifications.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }