Update LogCommand.cs
This commit is contained in:
parent
e602bbb7ab
commit
a96d62d40c
@ -409,7 +409,7 @@ namespace NadekoBot.Modules.Administration
|
||||
{
|
||||
try
|
||||
{
|
||||
var str = $@"🕔`{prettyCurrentTime}`👤`{msg.Author.Username}#{msg.Author.Discriminator} `**Deleted Message** #⃣ `{channel.Name}`
|
||||
var str = $@"🕔`{prettyCurrentTime}`\t👤`{msg.Author.Username}#{msg.Author.Discriminator}`\t**Deleted Message**\t#⃣ `{channel.Name}`
|
||||
🗑 `{msg.Resolve(userHandling: UserMentionHandling.NameAndDiscriminator)}`";
|
||||
if (msg.Attachments.Any())
|
||||
str += $"{Environment.NewLine}`Attachements`: {string.Join(", ", msg.Attachments.Select(a => a.ProxyUrl))}";
|
||||
|
Loading…
Reference in New Issue
Block a user