cloudstorm 0.8.7 → 0.9.1
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Part of the WeatherStack
|
|
|
4
4
|
|
|
5
5
|
CloudStorm is a small library specially made to **only** cover the Gateway area of the discord api.
|
|
6
6
|
|
|
7
|
-
It makes no assumptions about the rest of your stack, therefore you can use it anywhere as long as you use node
|
|
7
|
+
It makes no assumptions about the rest of your stack, therefore you can use it anywhere as long as you use node 14 or higher.
|
|
8
8
|
|
|
9
9
|
## Some of the things that make CloudStorm awesome:
|
|
10
10
|
- Standalone discord gateway connection
|
|
@@ -59,6 +59,6 @@ I've written a general whitepaper on the idea of microservice bots, which you ca
|
|
|
59
59
|
You can find the docs at [https://daswolke.github.io/CloudStorm/](https://daswolke.github.io/CloudStorm/)
|
|
60
60
|
|
|
61
61
|
### Installation:
|
|
62
|
-
To install CloudStorm, make sure that you have node
|
|
62
|
+
To install CloudStorm, make sure that you have node 14 or higher on your computer.
|
|
63
63
|
|
|
64
64
|
Then run the following command in a terminal `npm install cloudstorm`
|