mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -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})",
|
||||
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"'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue