diff --git a/chat-plugins/info.js b/chat-plugins/info.js index 4bd475a650..73faf1643d 100644 --- a/chat-plugins/info.js +++ b/chat-plugins/info.js @@ -609,7 +609,7 @@ var commands = exports.commands = { var priorityMoves = []; for (var move in Tools.data.Movedex) { var moveData = Tools.getMove(move); - if (moveData.category === "Status") continue; + if (moveData.category === "Status" || moveData.id === "bide") continue; if (moveData.priority > 0) priorityMoves.push(move); } for (var mon in dex) {