From 4f6e59e936dd9dfc10bebe7ac10dea8c0d96e6ec 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 --- util/src/interfaces/Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src/interfaces/Event.ts') diff --git a/util/src/interfaces/Event.ts b/util/src/interfaces/Event.ts index 416082ed..f3391c4f 100644 --- a/util/src/interfaces/Event.ts +++ b/util/src/interfaces/Event.ts @@ -93,7 +93,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