mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Added channel.delete()
This commit is contained in:
@@ -12,6 +12,10 @@ class Channel extends Equality{
|
||||
this.client = client;
|
||||
}
|
||||
|
||||
delete(){
|
||||
return this.client.internal.deleteChannel(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = Channel;
|
||||
Reference in New Issue
Block a user