Skip to main content
Module

x/wackford/discordeno.ts>UpdateVoiceState

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface UpdateVoiceState
import { type UpdateVoiceState } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Properties

guildId: string

id of the guild

channelId: string | null

id of the voice channel client wants to join (null if disconnecting)

selfMute: boolean

Is the client muted

selfDeaf: boolean

Is the client deafened