Added Guild Deletion

This commit is contained in:
hydrabolt
2016-05-01 14:51:46 +01:00
parent 3a0426482e
commit f95c588d87
12 changed files with 129 additions and 26 deletions

View File

@@ -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);