mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Added channel.delete()
This commit is contained in:
@@ -87,10 +87,6 @@ class ClientDataStore extends AbstractDataStore{
|
||||
if (channel instanceof ServerChannel) {
|
||||
channel.guild.store.remove('channels', channel);
|
||||
}
|
||||
|
||||
if (already && this.pastReady) {
|
||||
this.client.emit(Constants.Events.CHANNEL_DELETE, channel);
|
||||
}
|
||||
}
|
||||
|
||||
UpdateGuild(currentGuild, newData) {
|
||||
|
||||
Reference in New Issue
Block a user