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