chore: verbose imports

This commit is contained in:
ayntee
2020-12-22 22:59:09 +04:00
parent b353987809
commit dfe6f371d3
22 changed files with 936 additions and 937 deletions
+2 -2
View File
@@ -1,5 +1,6 @@
import { controllers } from "../api/controllers/mod.ts";
import { Guild } from "../api/structures/structures.ts";
import { Guild } from "../api/structures/guild.ts";
import { eventHandlers, IdentifyPayload } from "../bot.ts";
import {
DiscordBotGatewayData,
DiscordPayload,
@@ -13,7 +14,6 @@ import {
createShard,
requestGuildMembers,
} from "./mod.ts";
import { eventHandlers, IdentifyPayload } from "../bot.ts";
let createNextShard = true;