From d3ed1e03e7a6942731b854333766df50ec23468f Mon Sep 17 00:00:00 2001 From: Exists <55012346+existentiality@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:41:57 -0500 Subject: [PATCH] Formatting Changes Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com> --- src/structures/channel.ts | 1 - 1 file changed, 1 deletion(-) 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); },