You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2020. It is now read-only.
I want to retreive a member status of a specific member through:
(assuming this is now you get the server id)

but it says the members object is undefined.
I've also tried:
bot.getMember(data,function(err,res){console.log(err)} )which returns an unauthorized error.name: 'ResponseError',
statusCode: 401,
statusMessage: 'UNAUTHORIZED',
response: { code: 0, message: '401: Unauthorized' } }
The example files on message and presence work fine without any authorization errors.