Formatting Changes

Co-authored-by: ITOH <72305210+itohatweb@users.noreply.github.com>
This commit is contained in:
Exists
2021-04-14 11:41:57 -05:00
committed by GitHub
parent ef88a57a38
commit d3ed1e03e7
-1
View File
@@ -70,7 +70,6 @@ const baseChannel: Partial<DiscordenoChannel> = {
edit(options, reason) { edit(options, reason) {
return editChannel(this.id!, options, reason); return editChannel(this.id!, options, reason);
}, },
clone(reason) { clone(reason) {
return cloneChannel(this.id!, reason); return cloneChannel(this.id!, reason);
}, },