Update Utility.cs

- removed a white space from list servers
This commit is contained in:
samvaio 2016-11-24 03:34:50 +05:30 committed by GitHub
parent 918bc7af8f
commit e11a3e3051

View File

@ -193,7 +193,7 @@ namespace NadekoBot.Modules.Utility
return; return;
} }
await channel.SendMessageAsync(String.Join("\n", guilds.Select(g => $"```css\n Name: {g.Name} ID: {g.Id} Members: #{g.GetUsers().Count} OwnerID:{g.OwnerId} ```"))).ConfigureAwait(false); await channel.SendMessageAsync(String.Join("\n", guilds.Select(g => $"```css\nName: {g.Name} ID:{g.Id} Members:#{g.GetUsers().Count} OwnerID: {g.OwnerId} ```"))).ConfigureAwait(false);
} }
//[NadekoCommand, Usage, Description, Aliases] //[NadekoCommand, Usage, Description, Aliases]