diff --git a/src/ws/spawn_shards.ts b/src/ws/spawn_shards.ts index 4f3010894..9f055502a 100644 --- a/src/ws/spawn_shards.ts +++ b/src/ws/spawn_shards.ts @@ -1,5 +1,5 @@ /** Begin spawning shards. */ -import {Bot} from "../bot.ts"; +import { Bot } from "../bot.ts"; export function spawnShards(bot: Bot, firstShardId = 0) { /** Stored as bucketId: [clusterId, [ShardIds]] */