summary refs log tree commit diff
path: root/util/src/interfaces/Event.ts
diff options
context:
space:
mode:
authorChris Chrome <christophercookman@gmail.com>2022-08-13 00:24:39 -0600
committerGitHub <noreply@github.com>2022-08-13 00:24:39 -0600
commita7565ea37d80d45c613093048b5bf89ae49457e5 (patch)
treecc545cc3a6b4fc9c8112b9daa7ff76dc26f0d528 /util/src/interfaces/Event.ts
parentUpdate index.ts (diff)
parentHandle avatar uploads (diff)
downloadserver-a7565ea37d80d45c613093048b5bf89ae49457e5.tar.xz
Merge pull request #830 from fosscord/dev/applications
Bot control panel
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