channel property
GuildChannel?
get
channel
Get channel GuildChannel of this
Implementation
GuildChannel? get channel => guild?.channels.cache.get(_channelId);
Get channel GuildChannel of this
GuildChannel? get channel => guild?.channels.cache.get(_channelId);