Table of Contents

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 bool

If true, enables HasCommunityEnabled.

safetyAlertsChannel DiscordChannel

The safety alerts channel.

reason string

The audit log reason.

Returns

Task<DiscordGuild>

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.