diff --git a/bot.js b/bot.js index 68c4872..b647039 100644 --- a/bot.js +++ b/bot.js @@ -109,16 +109,8 @@ function botFillIn(selector, text) { function raidRefreshing() { if($('span[name="raidtime"]').css('display') == 'none') { return false; - } - - switch($('span[name="raidtime"]').text().trim()) { - case '': - case '0 second(s) until you can raid again': - return false; - break; - default: - return true; - break; + } else { + return true; } }