plugbotapi icon indicating copy to clipboard operation
plugbotapi copied to clipboard

Bot stopped wooting, had to change the code

Open webdevbrian opened this issue 9 years ago • 3 comments

Change the woot and meh icons to .icon-woot and .icon-meh respectively

Line 501:

      if(which == 'woot')
        $('.icon-woot').click();
      else if(which == 'meh') {
        $('.icon-meh').click();
      }

webdevbrian avatar Jul 02 '15 16:07 webdevbrian