/// <inheritdoc /> public Task DeleteEmoteAsync(GuildEmote emote, RequestOptions options = null) => RestGuild.DeleteEmoteAsync(emote, options);
/// <inheritdoc /> public Task DeleteEmoteAsync(IGuildEmote emote, RequestOptions options = null) => RestGuild.DeleteEmoteAsync(emote.Unabstract(), options);