more informative commandran

This commit is contained in:
Master Kwoth 2016-06-03 02:20:01 +02:00
parent f9489ea8b2
commit 88368be749

View File

@ -206,7 +206,7 @@ namespace NadekoBot
private async void StatsCollector_RanCommand(object sender, CommandEventArgs e) private async void StatsCollector_RanCommand(object sender, CommandEventArgs e)
{ {
Console.WriteLine($">>Command {e.Command.Text}"); Console.WriteLine($">> Cmd: {e.Command.Text}\nMsg: {e.Message.Text}\nUsr: {e.User.Name} [{e.User.Id}]\nSrvr: {e.Server?.Name ?? "PRIVATE"} [{e.Server?.Id}]\n-----");
await Task.Run(() => await Task.Run(() =>
{ {
try try