format fix

This commit is contained in:
Master Kwoth 2016-05-03 17:37:49 +02:00
parent c8e0b7cb1d
commit 7e962accf6

View File

@ -133,7 +133,7 @@ $@"🕔`[{prettyCurrentTime}]` **Message** 🚮 `#{e.Channel.Name}`
return;
await ch.SendMessage(
$@"🕔`[{prettyCurrentTime}]` **Message** 📝 `#{e.Channel.Name}`
👤`{e.User?.ToString() ?? ("NULL")}
👤`{e.User?.ToString() ?? ("NULL")}`
`Old:` {e.Before.Text}
`New:` {e.After.Text}").ConfigureAwait(false);
}