예제 #1
0
 /// <inheritdoc />
 public Task DeleteEmoteAsync(GuildEmote emote, RequestOptions options = null)
 => RestGuild.DeleteEmoteAsync(emote, options);
예제 #2
0
 /// <inheritdoc />
 public Task DeleteEmoteAsync(IGuildEmote emote, RequestOptions options = null)
 => RestGuild.DeleteEmoteAsync(emote.Unabstract(), options);