fix: bad import

This commit is contained in:
Skillz4Killz
2022-03-04 05:30:18 +00:00
committed by GitHub
parent 36913e05b9
commit df97380355
+1 -1
View File
@@ -18,7 +18,7 @@ import {
import { resume } from "./resume.ts";
import { sendShardMessage } from "./sendShardMessage.ts";
import { prepareBuckets, spawnShards } from "./spawnShards.ts";
import { stopGateway } from "./stopGateway";
import { stopGateway } from "./stopGateway.ts";
import { tellWorkerToIdentify } from "./tellWorkerToIdentify.ts";
import { DiscordenoShard } from "./shard.ts";