mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix mod.ts export (#2121)
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
co-authored by
Skillz4Killz
parent
6bda23296b
commit
086258d1ea
@@ -1,4 +1,4 @@
|
||||
import { GatewayManager } from "../gateway/gateway_manager.ts";
|
||||
import { GatewayManager } from "../gateway/gatewayManager.ts";
|
||||
|
||||
export function calculateShardId(gateway: GatewayManager, guildId: bigint) {
|
||||
if (gateway.maxShards === 1) return 0;
|
||||
|
||||
Reference in New Issue
Block a user