mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Fixed channel.delete()
This commit is contained in:
@@ -13,7 +13,7 @@ class Channel extends Equality{
|
||||
}
|
||||
|
||||
delete(){
|
||||
return this.client.internal.deleteChannel(this);
|
||||
return this.client.deleteChannel.apply(this, arguments);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user