File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " detritus-client-socket" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " A TypeScript NodeJS library to interact with Discord's Gateway" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
export const Package = Object . freeze ( {
2
2
URL : 'https://github.com/detritusjs/client-socket' ,
3
- VERSION : '0.8.1 ' ,
3
+ VERSION : '0.8.2 ' ,
4
4
} ) ;
5
5
6
6
@@ -102,6 +102,7 @@ export enum GatewayDispatchEvents {
102
102
GUILD_ROLE_CREATE = 'GUILD_ROLE_CREATE' ,
103
103
GUILD_ROLE_DELETE = 'GUILD_ROLE_DELETE' ,
104
104
GUILD_ROLE_UPDATE = 'GUILD_ROLE_UPDATE' ,
105
+ GUILD_STICKERS_UPDATE = 'GUILD_STICKERS_UPDATE' ,
105
106
INTEGRATION_CREATE = 'INTEGRATION_CREATE' ,
106
107
INTEGRATION_DELETE = 'INTEGRATION_DELETE' ,
107
108
INTEGRATION_UPDATE = 'INTEGRATION_UPDATE' ,
You can’t perform that action at this time.
0 commit comments