diff --git a/src/EllieBot/Modules/Utility/LiveChannel/LiveChannelService.cs b/src/EllieBot/Modules/Utility/LiveChannel/LiveChannelService.cs index e2df525..f43db76 100644 --- a/src/EllieBot/Modules/Utility/LiveChannel/LiveChannelService.cs +++ b/src/EllieBot/Modules/Utility/LiveChannel/LiveChannelService.cs @@ -17,7 +17,7 @@ public class LiveChannelService( IReplacementService repSvc, ShardData shardData) : IReadyExecutor, IEService { - public const int MAX_LIVECHANNELS = 5; + public const int MAX_LIVECHANNELS = 1; private readonly ConcurrentDictionary<ulong, ConcurrentDictionary<ulong, LiveChannelConfig>> _liveChannels = new();