mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Fix ClientDataManager.killUser (#572)
This commit is contained in:
committed by
Amish Shah
parent
bce3cd2b8b
commit
f02cc27735
@@ -84,7 +84,7 @@ class ClientDataManager {
|
||||
}
|
||||
|
||||
killUser(user) {
|
||||
this.users.delete(user.id);
|
||||
this.client.users.delete(user.id);
|
||||
}
|
||||
|
||||
killChannel(channel) {
|
||||
|
||||
Reference in New Issue
Block a user