Skip to content

Commit

Permalink
fix: add channel.kicked event (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas committed Jan 20, 2022
1 parent 6c8e105 commit d9334f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const EVENT_MAP = {
'channel.created': true,
'channel.deleted': true,
'channel.hidden': true,
'channel.kicked': true,
'channel.muted': true,
'channel.truncated': true,
'channel.unmuted': true,
Expand Down

0 comments on commit d9334f5

Please sign in to comment.