Table of Contents

Method ListGuildSoundboardSoundsAsync

Namespace
DisCatSharp.Net
Assembly
DisCatSharp.dll

ListGuildSoundboardSoundsAsync(ulong)

Gets all soundboard sounds for a guild.

public Task<IReadOnlyList<DiscordSoundboardSound>> ListGuildSoundboardSoundsAsync(ulong guildId)

Parameters

guildId ulong

The guild ID.

Returns

Task<IReadOnlyList<DiscordSoundboardSound>>