Skip to main content

ruvyrias / Exports / ConnectionOptions

Interface: ConnectionOptions

Options for establishing a voice connection in Ruvyrias.

Table of contents

Properties

Properties

deaf

Optional deaf: boolean

Indicates whether the bot should join the voice channel as deafened.

Defined in

src/Ruvyrias.ts:146


guildId

guildId: string

The unique identifier of the guild (server) where the connection is established.

Defined in

src/Ruvyrias.ts:140


mute

Optional mute: boolean

Indicates whether the bot should join the voice channel as muted.

Defined in

src/Ruvyrias.ts:148


region

Optional region: string

The preferred region for the voice connection.

Defined in

src/Ruvyrias.ts:150


textChannel

textChannel: null | string

The ID of the text channel associated with the voice connection. Can be null if not applicable.

Defined in

src/Ruvyrias.ts:144


voiceChannel

voiceChannel: null | string

The ID of the voice channel to connect to. Can be null if disconnecting.

Defined in

src/Ruvyrias.ts:142