From d9b47fe590c963e841292140f56fca1ad479c007 Mon Sep 17 00:00:00 2001 From: samvaio Date: Sat, 19 Nov 2016 22:42:26 +0530 Subject: [PATCH] changed id to ID --- src/NadekoBot/Services/Impl/StatsService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 9e07d12b..9a76490a 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -64,8 +64,8 @@ namespace NadekoBot.Services.Impl return $@"```css Author: [Kwoth#2560] | Library: [Discord.Net] Bot Version: [{BotVersion}] -Bot id: {curUser.Id} -Owners Ids: {string.Join(", ", NadekoBot.Credentials.OwnerIds)} +Bot ID: {curUser.Id} +Owners 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}