Esempio n. 1
0
 /// <inheritdoc />
 public async Task <IRestRole> CreateRoleAsync(string name, GuildPermissions?permissions = null, Color?color = null, bool isHoisted = false, RequestOptions options = null)
 => (await RestGuild.CreateRoleAsync(name, permissions, color, isHoisted, options))
 .Abstract();