mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01: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