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 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" ,
Original file line number Diff line number Diff line change 11export 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' ,
You can’t perform that action at this time.
0 commit comments