Skip to content

Commit

Permalink
0.8.2 (#10)
Browse files Browse the repository at this point in the history
* Add `GUILD_STICKERS_UPDATE`

* 0.8.2 release
  • Loading branch information
cakedan authored Aug 25, 2021
1 parent ad14090 commit f093e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detritus-client-socket",
"version": "0.8.1",
"version": "0.8.2",
"description": "A TypeScript NodeJS library to interact with Discord's Gateway",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const Package = Object.freeze({
URL: 'https://github.com/detritusjs/client-socket',
VERSION: '0.8.1',
VERSION: '0.8.2',
});


Expand Down Expand Up @@ -102,6 +102,7 @@ export enum GatewayDispatchEvents {
GUILD_ROLE_CREATE = 'GUILD_ROLE_CREATE',
GUILD_ROLE_DELETE = 'GUILD_ROLE_DELETE',
GUILD_ROLE_UPDATE = 'GUILD_ROLE_UPDATE',
GUILD_STICKERS_UPDATE = 'GUILD_STICKERS_UPDATE',
INTEGRATION_CREATE = 'INTEGRATION_CREATE',
INTEGRATION_DELETE = 'INTEGRATION_DELETE',
INTEGRATION_UPDATE = 'INTEGRATION_UPDATE',
Expand Down

0 comments on commit f093e93

Please sign in to comment.