change: prettier code

This commit is contained in:
TriForMine
2021-10-07 20:32:55 +00:00
committed by GitHub Action
parent 101fd50acb
commit 75b53e75c6

View File

@@ -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]] */