Interface ServerUpdate

Represents the payload from a serverUpdate event

interface ServerUpdate {
    token: string;
    guild_id: string;
    endpoint: string;
}

Properties

token: string
guild_id: string
endpoint: string