safetyAlertsChannel property

PartialTextChannel? safetyAlertsChannel

The channel safety alerts are sent to.

Implementation

PartialTextChannel? get safetyAlertsChannel => safetyAlertsChannelId == null ? null : manager.client.channels[safetyAlertsChannelId!] as PartialTextChannel;