Method ModifySafetyAlertsSettingsAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ModifySafetyAlertsSettingsAsync(bool, DiscordChannel, string?)
Modifies the safety alerts settings async.
[RequiresFeature(Features.Community)]
public Task<DiscordGuild> ModifySafetyAlertsSettingsAsync(bool enabled, DiscordChannel safetyAlertsChannel, string? reason = null)
Parameters
enabled
boolIf true, enables HasCommunityEnabled.
safetyAlertsChannel
DiscordChannelThe safety alerts channel.
reason
stringThe audit log reason.
Returns
Exceptions
- UnauthorizedException
Thrown when the client does not have the ManageGuild permission.
- NotFoundException
Thrown when the guild does not exist.
- BadRequestException
Thrown when an invalid parameter was provided.
- ServerErrorException
Thrown when Discord is unable to process the request.