diff --git a/TwitchDropsBot.Core/Bot.cs b/TwitchDropsBot.Core/Bot.cs index 5ff09e2..1d7e725 100644 --- a/TwitchDropsBot.Core/Bot.cs +++ b/TwitchDropsBot.Core/Bot.cs @@ -270,7 +270,7 @@ public async Task WatchStreamAsync(AbstractBroadcaster broadcaster, DropCurrentS { List? channels = dropCampaign.GetChannels(); - if (channels != null && channels.Count >= 10) + if (channels != null && channels.Count <= 10) { foreach (var channel in channels) {