voice property

CachePolicy<IChannel> voice
final

Cache only voice channels

Implementation

static final CachePolicy<IChannel> voice = ChannelCachePolicy((channel) => channel is IVoiceGuildChannel);