oceanic.js 1.0.0-dev.996da00 → 1.0.0-dev.9c8a5db
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 +2 -2
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@ A NodeJS Library for Discord.
|
|
|
6
6
|
## Installation
|
|
7
7
|
NodeJS **16.16.0** or higher is required.
|
|
8
8
|
|
|
9
|
-
**
|
|
9
|
+
**See [Development Builds](#development-builds) if you wish to install in-dev versions.**
|
|
10
10
|
|
|
11
11
|
```sh
|
|
12
12
|
npm i oceanic.js
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
See the `examples` folder on GitHub for some examples, and visit [this site](https://oceanic.owo-whats-this.dev) for documentation.
|
|
16
16
|
|
|
17
17
|
### Development Builds
|
|
18
18
|
```sh
|
package/dist/package.json
CHANGED