Table of Contents

Method DeleteGuildSoundboardSoundAsync

Namespace
DisCatSharp.Net
Assembly
DisCatSharp.dll

DeleteGuildSoundboardSoundAsync(ulong, ulong, string?, CancellationToken)

Deletes an existing soundboard sound.

public Task DeleteGuildSoundboardSoundAsync(ulong guildId, ulong soundId, string? reason = null, CancellationToken cancellationToken = default)

Parameters

guildId ulong

The guild ID.

soundId ulong

The soundboard sound ID.

reason string

The reason.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task