channel property

PartialTextChannel? channel

The channel to send the alert message to.

Implementation

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