Removed extra channel info in report

This commit is contained in:
Noikoio 2017-11-14 15:51:29 -08:00
parent 7d7293bfc6
commit 4eb8eb04fe

View file

@ -80,7 +80,7 @@ namespace Noikoio.RegexBot.Module.AutoMod.Responses
{ {
Name = "Additional info", Name = "Additional info",
Value = $"Username: {msg.Author.Mention}\n" 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}" + $"Message ID: {msg.Id}"
}).AddField(new EmbedFieldBuilder() }).AddField(new EmbedFieldBuilder()
{ {