Fix, add missing ThrowPendingUpdates
This commit is contained in:
@@ -444,6 +444,7 @@ public class BotBaseBuilder : IAPIKeySelectionStage, IMessageLoopSelectionStage,
|
||||
|
||||
c.ThreadPool_WorkerThreads = workerThreads;
|
||||
c.ThreadPool_IOThreads = ioThreads;
|
||||
c.ThrowPendingUpdates = _client.ThrowPendingUpdates;
|
||||
|
||||
_client = c;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user