From d4b741b9c167ff68b00be1bc4d7eabf40f59d572 Mon Sep 17 00:00:00 2001 From: ShreshthTiwari <68736752+ShreshthTiwari@users.noreply.github.com> Date: Tue, 11 Jul 2023 19:52:50 +0530 Subject: [PATCH] Update postStatus.js --- handlers/postStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } }