mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(gateway): Pass down the logger to the buckets leakyBucket (#4303)
This commit is contained in:
@@ -256,6 +256,7 @@ export function createGatewayManager(options: CreateGatewayManagerOptions): Gate
|
||||
max: 1,
|
||||
refillAmount: 1,
|
||||
refillInterval: gateway.spawnShardDelay,
|
||||
logger: this.logger,
|
||||
}),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user