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

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