Method GetGuildSoundboardSoundAsync
- Namespace
- DisCatSharp.Net
- Assembly
- DisCatSharp.dll
GetGuildSoundboardSoundAsync(ulong, ulong, CancellationToken)
Gets a specific soundboard sound for a guild.
public Task<DiscordSoundboardSound> GetGuildSoundboardSoundAsync(ulong guildId, ulong soundId, CancellationToken cancellationToken = default)
Parameters
guildIdulongThe guild ID.
soundIdulongThe soundboard sound ID.
cancellationTokenCancellationTokenA token to cancel the request.