|
@@ -763,11 +763,6 @@ namespace Discord.Rest |
|
|
return null; |
|
|
return null; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <inheritdoc /> |
|
|
|
|
|
public Task<RestRole> CreateRoleAsync(string name, GuildPermissions? permissions = default(GuildPermissions?), Color? color = default(Color?), |
|
|
|
|
|
bool isHoisted = false, RequestOptions options = null) |
|
|
|
|
|
=> CreateRoleAsync(name, permissions, color, isHoisted, false, options); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Creates a new role with the provided name. |
|
|
/// Creates a new role with the provided name. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|