Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing profile data #74

Open
mcgrailm opened this issue Jun 12, 2012 · 1 comment
Open

removing profile data #74

mcgrailm opened this issue Jun 12, 2012 · 1 comment

Comments

@mcgrailm
Copy link

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

@x3chaos
Copy link

x3chaos commented Jul 23, 2012

Have you tried using this?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants