Merge remote-tracking branch 'refs/remotes/Kwoth/master' into dev

This commit is contained in:
appelemac 2016-06-05 19:42:12 +02:00
commit 0b588927e1

View File

@ -997,7 +997,7 @@ namespace NadekoBot.Modules.Administration
if (arr.Length == 0)
await e.Channel.SendMessage("Nobody. (not 100% sure)");
else
await e.Channel.SendMessage(string.Join("\n", arr.GroupBy(item => (i++) / 3).Select(ig => string.Join("", ig.Select(el => $"• {el,-35}")))));
await e.Channel.SendMessage("```xl\n" + string.Join("\n", arr.GroupBy(item => (i++) / 3).Select(ig => string.Join("", ig.Select(el => $"• {el,-35}")))) + "\n```");
});
});