Example #1
0
 /// <inheritdoc />
 public async Task <IGuildEmote> GetEmoteAsync(ulong id, RequestOptions options = null)
 => (await RestGuild.GetEmoteAsync(id, options))
 ?.Abstract();