Пример #1
0
 /// <inheritdoc />
 public Task <GuildEmote> CreateEmoteAsync(string name, Image image, Optional <IEnumerable <IRole> > roles = default(Optional <IEnumerable <IRole> >), RequestOptions options = null)
 => GuildHelper.CreateEmoteAsync(this, Discord, name, image, roles, options);