Table of Contents

Method DeleteGuildSoundboardSoundAsync

Namespace
DisCatSharp.Net
Assembly
DisCatSharp.dll

DeleteGuildSoundboardSoundAsync(ulong, ulong, string?)

Deletes an existing soundboard sound.

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

Parameters

guildId ulong

The guild ID.

soundId ulong

The soundboard sound ID.

reason string

The reason.

Returns

Task