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,7 +1,7 @@
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import { DiscordChannel } from "../../types/mod.ts";
import { DiscordChannel } from "../../types/channels/channel.ts";
import { endpoints } from "../../util/constants.ts";
/** Returns a list of guild channel objects.