atl no longer pings if in nodelete mode

This commit is contained in:
Kwoth
2021-12-17 16:32:35 +01:00
parent a38951b5ad
commit a2b25f8246

View File

@@ -99,8 +99,9 @@ namespace NadekoBot.Modules.Searches
}
await um.ReplyAsync(embed: embed
.AddField(langs.To, output)
.Build());
.AddField(langs.To, output)
.Build(),
allowedMentions: AllowedMentions.None);
}
}