diff --git a/src/equicordplugins/noAppsAllowed/index.tsx b/src/equicordplugins/noAppsAllowed/index.tsx index 560ecf67..70b1443c 100644 --- a/src/equicordplugins/noAppsAllowed/index.tsx +++ b/src/equicordplugins/noAppsAllowed/index.tsx @@ -16,8 +16,8 @@ export default definePlugin({ { find: "#{intl::APP_TAG})", replacement: { - match: /(default:\i)=\i\.\i\.string\(\i\.\i#{intl::APP_TAG}\)/, - replace: "$1=\"BOT\"" + match: /\i\.\i\.string\(\i\.\i#{intl::APP_TAG}\)/, + replace: '"BOT"' } } ],