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,5 +1,5 @@
import { rest } from "../../rest/rest.ts";
import { ModifyGuildChannelPositions } from "../../types/mod.ts";
import { ModifyGuildChannelPositions } from "../../types/guilds/modify_guild_channel_position.ts";
import { endpoints } from "../../util/constants.ts";
/** Modify the positions of channels on the guild. Requires MANAGE_CHANNELS permisison. */