From 7e962accf6d5681f7c4a1b1466c07215d5578448 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 3 May 2016 17:37:49 +0200 Subject: [PATCH] format fix --- NadekoBot/Modules/Administration/Commands/LogCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NadekoBot/Modules/Administration/Commands/LogCommand.cs b/NadekoBot/Modules/Administration/Commands/LogCommand.cs index 4a24e824..10a1bb9f 100644 --- a/NadekoBot/Modules/Administration/Commands/LogCommand.cs +++ b/NadekoBot/Modules/Administration/Commands/LogCommand.cs @@ -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); }