text property

CachePolicy<IChannel> text
final

Cache only text channels

Implementation

static final CachePolicy<IChannel> text = ChannelCachePolicy((channel) => channel is ITextChannel);