Merge remote-tracking branch 'origin/indev-rewrite' into indev-rewrite-sharding

This commit is contained in:
Amish Shah
2016-08-31 13:43:18 +01:00
4 changed files with 7 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class ClientDataManager {
}
killUser(user) {
this.users.delete(user.id);
this.client.users.delete(user.id);
}
killChannel(channel) {