Exemple #1
0
 private static int GetParticipantCount(DiscordSocketClient client, ulong channelId) =>
 client.GetChannelVoiceStates(channelId).Where(s => !BotAccounts.Any(c => c.User.Id == s.UserId)).Count();