mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-29 14:46:01 +00:00
🐛 fix Ready event
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user