Skip to main content
Module

x/discordeno/mod.ts>editUserVoiceState

Discord API library for Deno
Latest
function editUserVoiceState
import { editUserVoiceState } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Edits the voice state of another user.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild in which to edit the voice state of the bot user.
options: EditUserVoiceState
  • The parameters for the edit of the voice state.

Returns

Promise<void>