onCommandSubs

Reports the number of subscribers of the current channel.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.SELFCHAN).permissionsRequired(Permissions.anyone).channelPolicy(ChannelPolicy.home).fiber(true).addCommand(IRCEventHandler.Command().word("subs").policy(PrefixPolicy.prefixed).description("Reports the number of subscribers of the current channel."))
void
onCommandSubs