
Silentz0r
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
Silentz0r reacted to Dr. McKay in Client.users after the bot fully connected?
Notice in the documentation that the users property isn't updated until after the user event finishes? The process.nextTick call waits until the next tick of the Node.js event loop, after the users property has been updated.