NoAppsAllowed Fix

This commit is contained in:
thororen1234 2024-11-06 21:53:46 -05:00
parent f9d908a4f0
commit 225c99ad4c
3 changed files with 6 additions and 6 deletions

View file

@ -14,10 +14,10 @@ export default definePlugin({
patches: [
{
find: "#{intl::APP_TAG})",
find: "#{intl::APP_TAG::hash}\":",
replacement: {
match: /\i\.\i\.string\(\i\.\i#{intl::APP_TAG}\)/,
replace: '"BOT"'
match: /(#{intl::APP_TAG::hash}"):".*?"/,
replace: '$1:"BOT"'
}
}
],