interface PresenceData

export interface PresenceData

Data resembling a raw Discord presence.

optional
activities? : readonly ActivitiesOptions[]

Activity the user is playing

optional
afk? : boolean

Whether the user is AFK

optional
shardId? : number | readonly number[]

Shard id(s) to have the activity set on

optional
status? : PresenceStatusData

Status of the user