fix: imports from mod.ts are bad

This commit is contained in:
Skillz4Killz
2021-04-04 00:42:02 +00:00
committed by GitHub
parent b81bf8d484
commit 7aac53e44c
10 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { Errors } from "../../types/mod.ts";
import { Errors } from "../../types/misc/errors.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";