Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/structures/voiceState.ts>VoiceState#setMute

An easy to use Discord API Library for Deno.
Go to Latest
method VoiceState.prototype.setMute
import { VoiceState } from "https://deno.land/x/harmony@v2.9.0/src/structures/voiceState.ts";

Sets a Member mute in VC

Parameters

optional
mute: boolean

Value to set

Returns

Promise<Member | undefined>