Fix NoAppsAllowed

This commit is contained in:
thororen1234 2024-11-03 21:42:20 -05:00
parent bad5dac776
commit cb95586184

View file

@ -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"'
}
}
],