diff --git a/src/NadekoBot/Modules/Administration/Commands/LogCommand.cs b/src/NadekoBot/Modules/Administration/Commands/LogCommand.cs index 7b9abba7..ce9947b9 100644 --- a/src/NadekoBot/Modules/Administration/Commands/LogCommand.cs +++ b/src/NadekoBot/Modules/Administration/Commands/LogCommand.cs @@ -409,7 +409,7 @@ namespace NadekoBot.Modules.Administration { try { - var str = $@"šŸ•”`{prettyCurrentTime}`\tšŸ‘¤`{msg.Author.Username}#{msg.Author.Discriminator}`\t**Deleted Message**\t#āƒ£ `{channel.Name}` + var str = $@"šŸ•”`{prettyCurrentTime}`šŸ‘¤`{msg.Author.Username}#{msg.Author.Discriminator}` **Deleted Message** #āƒ£ `{channel.Name}` šŸ—‘ `{msg.Resolve(userHandling: UserMentionHandling.NameAndDiscriminator)}`"; if (msg.Attachments.Any()) str += $"{Environment.NewLine}`Attachements`: {string.Join(", ", msg.Attachments.Select(a => a.ProxyUrl))}";