Jesús Gabriel Peña
Results
2
comments of
Jesús Gabriel Peña
This is not an issue but a request. But anyways. There's no a hardcoded way to trigger an event when a user joins a channel, but you could use the...
I had the same problem. The simple workaround is using `users` property of the client, which is an Object of user Objects: `function get_user(memberID) { var user = bot.users[memberID]; return...