- Notifications
You must be signed in to change notification settings - Fork 97
modifyProfile
alaingilbert edited this page Dec 15, 2011 · 1 revision
Modify your profile. Any missing properties from the 'profile' object will be replaced with the current values.
-
profile:obj (required)-
name:string (optional) -
twitter:string (optional) -
facebook:string (optional) -
website:string (optional) -
about:string (optional) -
topartists:string (optional) -
hangout:string (optional)
-
-
callback:fn (optional)
bot.modifyProfile({ website:'http://ttdashboard.com/', about:'My bot.' }, callback);