Shoukaku
    Preparing search index...

    Interface ServerUpdate

    Represents the payload from a serverUpdate event

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

    Properties

    endpoint: string
    guild_id: string
    token: string