This commit is contained in:
Master Kwoth 2016-03-14 00:55:27 +01:00
parent 68f70c3594
commit 37c638aa48

View File

@ -143,7 +143,7 @@ namespace NadekoBot.Commands {
return ""; 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);
}); });
} }