Skip to content

Commit

Permalink
don't log translations for antied
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 authored May 31, 2024
1 parent d222aa4 commit 70b7385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/dislate/src/patches/ActionSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70b7385

Please sign in to comment.