diff --git a/src/methods/status.js b/src/methods/status.js index c4cd158..35f3d4c 100644 --- a/src/methods/status.js +++ b/src/methods/status.js @@ -26,8 +26,6 @@ module.exports = async function(raw) { if (!parsedStatus.length) return []; let findAfterFrom = parsedStatus.findIndex(x => x == "----"); - if (!findAfterFrom.length) return []; - let afterSlice = parsedStatus.slice(findAfterFrom + 1, parsedStatus.length); if (!afterSlice.length) return [];