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