Canary Fixes

This commit is contained in:
thororen1234 2024-11-03 03:15:59 -05:00
parent bfda6a5c26
commit 109a1508b6
27 changed files with 43 additions and 43 deletions

View file

@ -72,9 +72,9 @@ export default definePlugin({
authors: [Devs.Inbestigator],
patches: [
{
find: "Messages.BAN_MULTIPLE_CONFIRM_TITLE",
find: "banReasonOtherClickable,children",
replacement: [{
match: /\[\{name:\i\.\i\.Messages\.BAN_REASON_OPTION_SPAM_ACCOUNT.+?\}\]/,
match: /\[\{name:\i\.\i.+?\}\]/,
replace: "$self.getReasons()"
},
{