I have a leaderboard command which displays who has the highest balance in the guild. However, a user's account was deleted yesterday and now I'm having problems with my code; as he used to execute the work
command and earn money. Now that he's gone I'm getting this error, TypeError: Cannot read property 'users' of undefined
. Quick db version: ^7.1.1
. If you wish to see the full code, here it is.
let user = client.users.cache.get(coins[i].client.users.resolve(id).split('_')
if(user === undefined)