mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-21 20:37:02 -04:00
NoAppsAllowed Fix
This commit is contained in:
parent
f9d908a4f0
commit
225c99ad4c
3 changed files with 6 additions and 6 deletions
|
@ -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"'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue