Table of Contents
API reference

Method SetDeafenedAsync

Namespace
DisCatSharp.Voice
Assembly
DisCatSharp.Voice.dll

SetDeafenedAsync(bool)

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

public Task SetDeafenedAsync(bool deafened)

Parameters

deafened bool

Whether the bot should be deafened.

Returns

Task