Skip to content
alaingilbert edited this page Dec 15, 2011 · 1 revision

removeFan ( userId:string [, callback:fn] )

Unfan someone.

Arguments

  • userId (required)
  • callback (optional)

Examples

bot.removeFan(userId);
bot.removeFan(userId, callback);
Clone this wiki locally