plugbotapi
plugbotapi copied to clipboard
Bot stopped wooting, had to change the code
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();
}