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
guildId
• guildId: string
The unique identifier of the guild (server) where the connection is established.
Defined in
mute
• Optional
mute: boolean
Indicates whether the bot should join the voice channel as muted.
Defined in
region
• Optional
region: string
The preferred region for the voice connection.
Defined in
textChannel
• textChannel: null
| string
The ID of the text channel associated with the voice connection. Can be null
if not applicable.
Defined in
voiceChannel
• voiceChannel: null
| string
The ID of the voice channel to connect to. Can be null
if disconnecting.