Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method ClientUser.prototype.setVoiceSettings
import { ClientUser } from "https://deno.land/x/discord_rpc_deno@v1.0.25/src/structures/ClientUser.ts";

Used to change voice settings of users in voice channels

Parameters

voiceSettings: Partial<VoiceSettings>
  • the settings

Returns

Promise<VoiceSettings>

the settings that have been set