summary refs log tree commit diff
path: root/util/src/interfaces/Event.ts
diff options
context:
space:
mode:
authorChrisChrome <christophercookman@gmail.com>2022-08-10 02:53:29 -0600
committerChrisChrome <christophercookman@gmail.com>2022-08-10 02:53:29 -0600
commit4f6e59e936dd9dfc10bebe7ac10dea8c0d96e6ec (patch)
tree97fedea7cac1c8e918e4628fe171b3257b792a71 /util/src/interfaces/Event.ts
parentMake sigterm exit after 3 seconds to resolve hang under systemd (diff)
downloadserver-4f6e59e936dd9dfc10bebe7ac10dea8c0d96e6ec.tar.xz
Add basic developer panel functionality - doesn't work yet
>
>
> Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'util/src/interfaces/Event.ts')
-rw-r--r--util/src/interfaces/Event.ts2
1 files changed, 1 insertions, 1 deletions
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