Turntable-API
Turntable-API copied to clipboard
removing profile data
I have change the profile data of my bot just like the example
bot.modifyProfile({ website:'http://ttdashboard.com/', about:'My bot.' }, callback);
and then realized that we didn't want any data in the block about. then realized if I leave it blank then it will use the previous value so I am wondering how to remove it ?
thanks mcgrailm
Have you tried using this?
bot.modifyProfile({ about:' ' }, callback);