Update Utility.cs

This commit is contained in:
samvaio 2016-12-05 00:22:16 +05:30 committed by GitHub
parent 854e76ac02
commit aecf83940c

View File

@ -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
},