diff --git a/handlers/postStatus.js b/handlers/postStatus.js index d07cbc7..8a8cd62 100644 --- a/handlers/postStatus.js +++ b/handlers/postStatus.js @@ -177,7 +177,7 @@ module.exports = async ({ client, panel, nodes }) => { } else { blacklist = blacklist + 1; if (nodes.length - client.config.nodes_settings.blacklist.length < 1) { - text = "\nThere is no nodes to display"; + text = "\nThere are no nodes to display"; } } }