patched discord rpc for refresh token

This commit is contained in:
GW_MC
2026-01-23 18:02:03 +08:00
parent 4e246637fb
commit b972f10e60
4 changed files with 59 additions and 4 deletions

View File

@@ -22,5 +22,11 @@
"@types/node": "^25.0.10",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"pnpm": {
"patchedDependencies": {
"discord-rpc@4.0.1": "patches/discord-rpc@4.0.1.patch",
"@types/discord-rpc@4.0.10": "patches/@types__discord-rpc@4.0.10.patch"
}
}
}