Interface
PresenceUpdateOptions
Options for client.user.setPresence() (status, activities, custom status).
Properties
| Name | Type | Description |
|---|---|---|
| activities? | Array<{ name: string; type: number; url?: string | null }> | |
| afk? | boolean | |
| customStatus? | { text?: string | null; emojiName?: string | null; emojiId?: string | null; } | null | |
| since? | number | null | |
| status | 'online' | 'idle' | 'dnd' | 'invisible' |