mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-01 17:49:34 +00:00
Client: update to canary 165341
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
||||
Status,
|
||||
Presence,
|
||||
UserSettings,
|
||||
IReadyGuildDTO,
|
||||
} from "@fosscord/util";
|
||||
|
||||
export interface Event {
|
||||
@@ -62,7 +63,7 @@ export interface ReadyEventData {
|
||||
};
|
||||
private_channels: Channel[]; // this will be empty for bots
|
||||
session_id: string; // resuming
|
||||
guilds: Guild[];
|
||||
guilds: IReadyGuildDTO[];
|
||||
analytics_token?: string;
|
||||
connected_accounts?: ConnectedAccount[];
|
||||
consents?: {
|
||||
@@ -155,7 +156,7 @@ export interface ChannelRecipientRemoveEvent extends Event {
|
||||
|
||||
export interface GuildCreateEvent extends Event {
|
||||
event: "GUILD_CREATE";
|
||||
data: Guild & {
|
||||
data: IReadyGuildDTO & {
|
||||
joined_at: Date;
|
||||
// TODO: add them to guild
|
||||
guild_scheduled_events: never[];
|
||||
|
||||
Reference in New Issue
Block a user