Exemplo n.º 1
0
 /// <inheritdoc />
 public async Task <IGuildEmote> ModifyEmoteAsync(IGuildEmote emote, Action <EmoteProperties> func, RequestOptions options = null)
 => (await RestGuild.ModifyEmoteAsync(emote.Unabstract(), func, options))
 .Abstract();
Exemplo n.º 2
0
 /// <inheritdoc />
 public Task DeleteEmoteAsync(IGuildEmote emote, RequestOptions options = null)
 => RestGuild.DeleteEmoteAsync(emote.Unabstract(), options);