From 4eb8eb04feefe5c8715f21879ab3b88c254202d4 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Tue, 14 Nov 2017 15:51:29 -0800 Subject: [PATCH] Removed extra channel info in report --- Module/AutoMod/Responses/Report.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module/AutoMod/Responses/Report.cs b/Module/AutoMod/Responses/Report.cs index af5e92f..cfde2c6 100644 --- a/Module/AutoMod/Responses/Report.cs +++ b/Module/AutoMod/Responses/Report.cs @@ -80,7 +80,7 @@ namespace Noikoio.RegexBot.Module.AutoMod.Responses { Name = "Additional info", Value = $"Username: {msg.Author.Mention}\n" - + $"Channel: <#{msg.Channel.Id}> #{msg.Channel.Name} ({msg.Channel.Id})\n" + + $"Channel: <#{msg.Channel.Id}> #{msg.Channel.Name}\n" + $"Message ID: {msg.Id}" }).AddField(new EmbedFieldBuilder() {