Fix, add missing ThrowPendingUpdates

This commit is contained in:
Florian Zevedei 2024-01-24 17:48:25 +01:00
parent 078bdfb163
commit c1d1d5f543

View File

@ -444,6 +444,7 @@ public class BotBaseBuilder : IAPIKeySelectionStage, IMessageLoopSelectionStage,
c.ThreadPool_WorkerThreads = workerThreads;
c.ThreadPool_IOThreads = ioThreads;
c.ThrowPendingUpdates = _client.ThrowPendingUpdates;
_client = c;