Skip to content

Commit 2f36f4e

Browse files
committed
feat: implement new error
1 parent 9822daf commit 2f36f4e

File tree

16 files changed

+818
-672
lines changed

16 files changed

+818
-672
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<p>
77
<a href="https://www.npmjs.com/package/@xhayper/discord-rpc" target="_blank"><img src="https://img.shields.io/npm/v/@xhayper/discord-rpc.svg" alt="npm version"/></a>
88
<a href="https://discord.com/invite/xTAR8nUs2g" target="_blank"><img src="https://img.shields.io/discord/965168309731487805.svg" alt="discord"/></a>
9-
<a href="https://github.com/xhayper/discord-rpc/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/xhayper/discord-rpc.svg" alt="license"/></a>
109
</p>
1110
</div>
1211
<!-- markdownlint-enable -->
@@ -33,16 +32,6 @@ client.on("ready", () => {
3332
client.login();
3433
```
3534

36-
## Compatibility
37-
38-
| OS | Normal | snap | flatpak |
39-
| ------- | ------ | ---- | ------- |
40-
| Windows | Y | - | - |
41-
| macOS | Y | - | - |
42-
| Linux | Y | Y | Y |
43-
44-
- Linux is tested on Kubuntu 22.04
45-
4635
## Credits
4736

4837
- [discordjs](https://github.com/discordjs): Making [discordjs/RPC](https://github.com/discordjs/RPC)

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@discordjs/rest": "^2.5.0",
3232
"@vladfrangu/async_event_emitter": "^2.4.6",
33-
"discord-api-types": "^0.38.8",
33+
"discord-api-types": "^0.38.10",
3434
"ws": "^8.18.2"
3535
},
3636
"devDependencies": {
@@ -43,11 +43,5 @@
4343
"engines": {
4444
"node": ">=18.20.7"
4545
},
46-
"pnpm": {
47-
"onlyBuiltDependencies": [
48-
"bufferutil",
49-
"utf-8-validate"
50-
]
51-
},
52-
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
46+
"packageManager": "pnpm@10.11.1"
5347
}

0 commit comments

Comments
 (0)