how to get a user by id in discrod.js code example Example: discord.js get user by id Click to copyclient.users.cache.find(user => user.id === 'USER-ID')