Method GetStickersAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
GetStickersAsync()
Gets all of this guild's custom stickers.
public Task<IReadOnlyList<DiscordSticker>> GetStickersAsync()
Returns
- Task<IReadOnlyList<DiscordSticker>>
All of this guild's custom stickers.
Exceptions
- ServerErrorException
Thrown when Discord is unable to process the request.