Table of Contents
API reference

Method SetMutedAsync

Namespace
DisCatSharp.Voice
Assembly
DisCatSharp.Voice.dll

SetMutedAsync(bool)

Updates the bot's self-mute state without switching channels.

public Task SetMutedAsync(bool muted)

Parameters

muted bool

Whether the bot should be muted.

Returns

Task