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() {