This commit is contained in:
Exists
2021-04-14 13:06:34 -04:00
-1
View File
@@ -70,7 +70,6 @@ const baseChannel: Partial<DiscordenoChannel> = {
edit(options, reason) {
return editChannel(this.id!, options, reason);
},
clone(reason) {
return cloneChannel(this.id!, reason);
},