Removed extra channel info in report
This commit is contained in:
parent
7d7293bfc6
commit
4eb8eb04fe
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue