mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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) {
|
killUser(user) {
|
||||||
this.users.delete(user.id);
|
this.client.users.delete(user.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
killChannel(channel) {
|
killChannel(channel) {
|
||||||
|
|||||||
Reference in New Issue
Block a user