Interface UpdatePresenceOptions

interface UpdatePresenceOptions {
    activities?: BotActivity[];
    afk?: boolean;
    status: SendStatuses;
}

Properties

activities?: BotActivity[]

An array of activities.

afk?: boolean

If the client is afk.

status: SendStatuses

The status.