summary refs log tree commit diff
path: root/util/src/interfaces
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-21 17:35:04 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-21 17:35:04 +1000
commit7ce8543510f586d5d1bde0103591267d9a87549e (patch)
tree0dc7f58b9d7b625f259bedb4dba5f67710fb7bc8 /util/src/interfaces
parentadd more default rights (diff)
downloadserver-7ce8543510f586d5d1bde0103591267d9a87549e.tar.xz
fosscord-server/pulls/858
Diffstat (limited to 'util/src/interfaces')
-rw-r--r--util/src/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/interfaces/Event.ts b/util/src/interfaces/Event.ts
index 416082ed..59f995db 100644
--- a/util/src/interfaces/Event.ts
+++ b/util/src/interfaces/Event.ts
@@ -98,6 +98,7 @@ export interface ReadyEventData {
 	merged_members?: PublicMember[][];
 	// probably all users who the user is in contact with
 	users?: PublicUser[];
+	sessions: any[];
 }
 
 export interface ReadyEvent extends Event {