mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
🐛 fix Ready event
This commit is contained in:
parent
0ff1daeaff
commit
d862bb2488
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user