Skip to content

Commit f093e93

Browse files
authored
0.8.2 (#10)
* Add `GUILD_STICKERS_UPDATE` * 0.8.2 release
1 parent ad14090 commit f093e93

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detritus-client-socket",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const Package = Object.freeze({
22
URL: 'https://github.com/detritusjs/client-socket',
3-
VERSION: '0.8.1',
3+
VERSION: '0.8.2',
44
});
55

66

@@ -102,6 +102,7 @@ export enum GatewayDispatchEvents {
102102
GUILD_ROLE_CREATE = 'GUILD_ROLE_CREATE',
103103
GUILD_ROLE_DELETE = 'GUILD_ROLE_DELETE',
104104
GUILD_ROLE_UPDATE = 'GUILD_ROLE_UPDATE',
105+
GUILD_STICKERS_UPDATE = 'GUILD_STICKERS_UPDATE',
105106
INTEGRATION_CREATE = 'INTEGRATION_CREATE',
106107
INTEGRATION_DELETE = 'INTEGRATION_DELETE',
107108
INTEGRATION_UPDATE = 'INTEGRATION_UPDATE',

0 commit comments

Comments
 (0)