Results 2 comments of Shawn Lutch

You probably just need to use bot.getProfile(userid, callback). Use the callback - specifically, data.name - and do something like "console.log(data.name + ' started DJing.');". EDIT: Sorry, that only covers the...

Have you tried using this? ``` javascript bot.modifyProfile({ about:' ' }, callback); ```