From 70b7385b1f1373cf70646b5c0a772136493d51c1 Mon Sep 17 00:00:00 2001 From: Rico040 <93081680+Rico040@users.noreply.github.com> Date: Fri, 31 May 2024 10:00:53 +1000 Subject: [PATCH] don't log translations for antied --- plugins/dislate/src/patches/ActionSheet.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/dislate/src/patches/ActionSheet.tsx b/plugins/dislate/src/patches/ActionSheet.tsx index cc4761c..1610f7e 100644 --- a/plugins/dislate/src/patches/ActionSheet.tsx +++ b/plugins/dislate/src/patches/ActionSheet.tsx @@ -76,7 +76,8 @@ export default () => before("openLazy", LazyActionSheet, ([component, key, msg]) originalMessage.channel_id ).guild_id, }, - log_edit: false + log_edit: false, + otherPluginBypass: true // antied }) isTranslated