We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8bc9f commit a323010Copy full SHA for a323010
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kurasuta",
3
- "version": "2.2.1",
+ "version": "2.2.2",
4
"description": "A Custom discord.js Sharding Library inspired by eris-sharder.",
5
"main": "dist/index.js",
6
"typings": "typings/index.d.ts",
src/Util/Constants.ts
@@ -4,7 +4,7 @@ export const http = {
api: 'https://discordapp.com/api'
};
7
-export const version = '2.2.1';
+export const version = '2.2.2';
8
9
export enum IPCEvents {
10
EVAL,
0 commit comments