1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 02:31:36 +02:00

🐛 fix Ready event

This commit is contained in:
Flam3rboy 2021-05-30 22:12:56 +02:00
parent 0ff1daeaff
commit d862bb2488

View File

@ -86,7 +86,7 @@ export interface ReadyEventData {
guild_join_requests?: []; // ? what is this? this is new guild_join_requests?: []; // ? what is this? this is new
shard?: [number, number]; shard?: [number, number];
user_settings?: UserSettings; user_settings?: UserSettings;
relationships?: []; // TODO relationships?: Relationship[]; // TODO
read_state: { read_state: {
entries: []; // TODO entries: []; // TODO
partial: boolean; partial: boolean;