コード例 #1
0
 /// <inheritdoc />
 public async Task <IGuildEmote> CreateEmoteAsync(string name, Image image, Optional <IEnumerable <IRole> > roles = default, RequestOptions options = null)
 => (await RestGuild.CreateEmoteAsync(name, image, roles, options))
 .Abstract();