Table of Contents
API reference

Method SetMutedAsync

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

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