diff --git a/src/events.ts b/src/events.ts index 5fed38a81..a4c6945e8 100644 --- a/src/events.ts +++ b/src/events.ts @@ -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,