mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Merge branch 'main' of https://github.com/existentiality/discordeno into main
This commit is contained in:
@@ -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);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user