mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Fix ClientDataManager.killUser (#572)
This commit is contained in:
parent
bce3cd2b8b
commit
f02cc27735
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class ClientDataManager {
|
|||
}
|
||||
|
||||
killUser(user) {
|
||||
this.users.delete(user.id);
|
||||
this.client.users.delete(user.id);
|
||||
}
|
||||
|
||||
killChannel(channel) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue