From 95b4bf4197be9d44804c03d7b9017f29ee363fee Mon Sep 17 00:00:00 2001 From: samvaio Date: Sat, 19 Nov 2016 23:55:00 +0530 Subject: [PATCH] lil fix --- src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 9a76490a..1c1cb367 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -65,7 +65,7 @@ namespace NadekoBot.Services.Impl Author: [Kwoth#2560] | Library: [Discord.Net] Bot Version: [{BotVersion}] Bot ID: {curUser.Id} -Owners ID(s): {string.Join(", ", NadekoBot.Credentials.OwnerIds)} +Owner ID(s): {string.Join(", ", NadekoBot.Credentials.OwnerIds)} Uptime: {GetUptimeString()} Servers: {client.GetGuilds().Count} | TextChannels: {client.GetGuilds().SelectMany(g => g.GetChannels().Where(c => c is ITextChannel)).Count()} | VoiceChannels: {client.GetGuilds().SelectMany(g => g.GetChannels().Where(c => c is IVoiceChannel)).Count()} Commands Ran this session: {commandsRan}