From aecf83940c07088ffae32167aab6c6e442c04356 Mon Sep 17 00:00:00 2001 From: samvaio Date: Mon, 5 Dec 2016 00:22:16 +0530 Subject: [PATCH] Update Utility.cs --- src/NadekoBot/Modules/Utility/Utility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Utility/Utility.cs b/src/NadekoBot/Modules/Utility/Utility.cs index 4eb914bd..5dce8930 100644 --- a/src/NadekoBot/Modules/Utility/Utility.cs +++ b/src/NadekoBot/Modules/Utility/Utility.cs @@ -217,7 +217,7 @@ namespace NadekoBot.Modules.Utility }, new EmbedField() { Name = Format.Bold("Presence"), - Value = $"{NadekoBot.Client.GetGuilds().Count} servers\n{stats.TextChannels} Text Channels\n{stats.VoiceChannels} Voice Channels", + Value = $"{NadekoBot.Client.GetGuilds().Count} Servers\n{stats.TextChannels} Text Channels\n{stats.VoiceChannels} Voice Channels", Inline = true },