Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 1.5 KB

Client.StatusOptions.md

File metadata and controls

78 lines (42 loc) · 1.5 KB

fuwa.js / Exports / Client / StatusOptions

Interface: StatusOptions

Client.StatusOptions

status options for bot

Table of contents

Properties

Properties

afk

Optional afk: boolean

Whether or not the bot is afk.

Defined in

src/lib/Client.ts:63


name

name: string

The status message to be displayed

Defined in

src/lib/Client.ts:43


status

Optional status: UserStatus

The status of your bot. Online by default

Defined in

src/lib/Client.ts:59


type

Optional type: ActivityType

The available status types are playing, listening, streaming, and competing.

Defined in

src/lib/Client.ts:49


url

Optional url: string

The URL of a stream

Defined in

src/lib/Client.ts:54