mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Merge remote-tracking branch 'origin/indev-rewrite' into indev-rewrite-sharding
This commit is contained in:
@@ -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