@discordeno/gateway 19.0.0-next.fe00a6f → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,17 @@
1
- # Standalone WS / Proxy WS
1
+ # Discordeno WS
2
2
 
3
- This WS service is meant for ADVANCED DEVELOPERS ONLY!
3
+ <img align="right" src="https://raw.githubusercontent.com/discordeno/discordeno/main/website/static/img/logo.png" height="150px" />
4
4
 
5
- ## Benefits
5
+ Discord API library for [Node.JS](https://nodejs.org), [Deno](https://deno.land) & [Bun](https://bun.sh/)
6
+
7
+ [![Discord](https://img.shields.io/discord/785384884197392384?color=7289da&logo=discord&logoColor=dark)](https://discord.com/invite/5vBgXk3UcZ)
8
+ [![codecov](https://codecov.io/gh/discordeno/discordeno/branch/main/graph/badge.svg?token=SQI9OYJ7AK)](https://codecov.io/gh/discordeno/discordeno)
9
+ ![action status](https://github.com/discordeno/discordeno/actions/workflows/lib-check.yml/badge.svg?event=push)
10
+
11
+ > [!WARNING]
12
+ > Using a Standalone / Proxy WS is mean for advanced developers only
13
+
14
+ Standalone WebSocket to connect to the Discord API.
6
15
 
7
16
  - **Zero Downtime Updates**:
8
17
 
@@ -48,14 +57,8 @@ This WS service is meant for ADVANCED DEVELOPERS ONLY!
48
57
  - Take full advantage of all your CPU cores by using workers to spread the load. Control how many shards per worker
49
58
  and how many workers to maximize efficiency!
50
59
 
51
- ## Usage
52
-
53
- ```ts
54
- createGatewayManager({
55
- // TODO: (docs) Fill this out
56
- })
57
- ```
58
-
59
- ## API/Docs
60
+ ## Links
60
61
 
61
- // TODO: (docs) Fill this out. List all props/methods.
62
+ - [Website](https://discordeno.js.org/)
63
+ - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts)
64
+ - [Discord](https://discord.com/invite/5vBgXk3UcZ)