mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix NoAppsAllowed
This commit is contained in:
parent
bad5dac776
commit
cb95586184
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "#{intl::APP_TAG})",
|
find: "#{intl::APP_TAG})",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(default:\i)=\i\.\i\.string\(\i\.\i#{intl::APP_TAG}\)/,
|
match: /\i\.\i\.string\(\i\.\i#{intl::APP_TAG}\)/,
|
||||||
replace: "$1=\"BOT\""
|
replace: '"BOT"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue