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