mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Added Guild Deletion
This commit is contained in:
@@ -82,7 +82,6 @@ class ClientDataStore extends AbstractDataStore{
|
||||
}
|
||||
|
||||
KillChannel(channel) {
|
||||
let already = this.get('channels', channel.id);
|
||||
this.remove('channels', channel);
|
||||
if (channel instanceof ServerChannel) {
|
||||
channel.guild.store.remove('channels', channel);
|
||||
|
||||
Reference in New Issue
Block a user