diff --git a/src/structures/channel.ts b/src/structures/channel.ts index 88b0b9dfe..793a71e13 100644 --- a/src/structures/channel.ts +++ b/src/structures/channel.ts @@ -70,7 +70,6 @@ const baseChannel: Partial = { edit(options, reason) { return editChannel(this.id!, options, reason); }, - clone(reason) { return cloneChannel(this.id!, reason); },