Skip to main content
Module

x/wackford/discordeno.ts>editUserVoiceState

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function editUserVoiceState
import { editUserVoiceState } from "https://deno.land/x/wackford@v0.0.4/discordeno.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.
  • The parameters for the edit of the voice state.

Returns

Promise<void>