Turntable-API icon indicating copy to clipboard operation
Turntable-API copied to clipboard

removing profile data

Open mcgrailm opened this issue 12 years ago • 1 comments

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

mcgrailm avatar Jun 12 '12 10:06 mcgrailm

Have you tried using this?

bot.modifyProfile({ about:' ' }, callback);  

x3chaos avatar Jul 23 '12 03:07 x3chaos