summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 22:12:56 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 22:12:56 +0200
commitd862bb248858eab91f0388bb893353722412e1de (patch)
tree2cffee59d8d6f0a24150d854591c98d057f90678 /src
parent:sparkles: Relationship types (diff)
downloadserver-d862bb248858eab91f0388bb893353722412e1de.tar.xz
:bug: fix Ready event
Diffstat (limited to 'src')
-rw-r--r--src/models/Event.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts

index 8c692be1..1564107d 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts
@@ -86,7 +86,7 @@ export interface ReadyEventData { guild_join_requests?: []; // ? what is this? this is new shard?: [number, number]; user_settings?: UserSettings; - relationships?: []; // TODO + relationships?: Relationship[]; // TODO read_state: { entries: []; // TODO partial: boolean;