summary refs log tree commit diff
path: root/util/src/interfaces/Event.ts
diff options
context:
space:
mode:
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 2885d62a..ae966e42 100644 --- a/util/src/interfaces/Event.ts +++ b/util/src/interfaces/Event.ts
@@ -87,7 +87,7 @@ export interface ReadyEventData { id: string; flags: string; }; - merged_members?: Omit<Member, "settings" | "user">[][]; + merged_members?: PublicMember[][]; // probably all users who the user is in contact with users?: PublicUser[]; }