From 4c0b1391b19cd55127350aa8605362e2799d5407 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:42:27 +1000 Subject: send empty READY_SUPPLEMENTAL for client compatibility --- src/util/interfaces/Event.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts index 7ddb763d..deb54428 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts @@ -583,6 +583,7 @@ export type EventData = export enum EVENTEnum { Ready = "READY", + ReadySupplemental = "READY_SUPPLEMENTAL", ChannelCreate = "CHANNEL_CREATE", ChannelUpdate = "CHANNEL_UPDATE", ChannelDelete = "CHANNEL_DELETE", -- cgit 1.4.1