From 75b53e75c6abea2aef30e4d7cc60df3ed6022361 Mon Sep 17 00:00:00 2001 From: TriForMine Date: Thu, 7 Oct 2021 20:32:55 +0000 Subject: [PATCH] change: prettier code --- src/ws/spawn_shards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]] */