mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-19 04:48:19 +00:00
Add client.cacheUser method (#548)
* Add client.cacheUser method * Fixed ESLint issues * Added existence check first
This commit is contained in:
committed by
Amish Shah
parent
e47f3dda94
commit
f944dce5c7
@@ -17,6 +17,7 @@ class ActionsManager {
|
||||
this.register('GuildRoleCreate');
|
||||
this.register('GuildRoleDelete');
|
||||
this.register('GuildRoleUpdate');
|
||||
this.register('UserGet');
|
||||
this.register('UserUpdate');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user