Method ListSoundboardSoundsAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ListSoundboardSoundsAsync()
Lists all soundboard sounds in the guild.
public Task<IReadOnlyList<DiscordSoundboardSound>> ListSoundboardSoundsAsync()
Returns
- Task<IReadOnlyList<DiscordSoundboardSound>>
A collection of DiscordSoundboardSound objects representing all soundboard sounds in the guild.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.