mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
ConsoleJanitor NoNitroUpsell
This commit is contained in:
parent
db7f701376
commit
7809f5b67c
1 changed files with 7 additions and 0 deletions
|
@ -103,6 +103,13 @@ export default definePlugin({
|
|||
replace: ""
|
||||
}
|
||||
},
|
||||
{
|
||||
find: "ProductCatalog",
|
||||
replacement: {
|
||||
match: /\i\.warn\("Cannot find the corresponding SKU to the user's premium type "\.concat\(\i\.premiumType\)\),/,
|
||||
replace: ""
|
||||
}
|
||||
},
|
||||
{
|
||||
find: "Slow dispatch on",
|
||||
replacement: {
|
||||
|
|
Loading…
Reference in a new issue