From 1cadcda249875f5c7a6b1c921701b564af99e3e2 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Wed, 10 Aug 2022 02:53:29 -0600 Subject: Add basic developer panel functionality - doesn't work yet > > > Co-authored-by: TheArcaneBrony --- src/util/interfaces/Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/interfaces') diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts index 5e474d9e..36eedbfc 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts @@ -100,7 +100,7 @@ export interface ReadyEventData { }; application?: { id: string; - flags: string; + flags: number; }; merged_members?: PublicMember[][]; // probably all users who the user is in contact with -- cgit 1.5.1