remove: clone channel import

This commit is contained in:
ITOH
2021-05-13 11:57:35 +02:00
parent 882787ac22
commit 74c6fbdae6
-1
View File
@@ -4,7 +4,6 @@ import type { CreateGuildChannel } from "../../types/guilds/create_guild_channel
import { Errors } from "../../types/discordeno/errors.ts";
import { bigintToSnowflake } from "../../util/bigint.ts";
import { calculatePermissions } from "../../util/permissions.ts";
import { createChannel } from "./create_channel.ts";
import { helpers } from "../mod.ts";
/** Create a copy of a channel */