Update postStatus.js

This commit is contained in:
ShreshthTiwari
2023-07-11 19:52:50 +05:30
committed by Hirzi
parent 1842dc3cb3
commit d4b741b9c1

View File

@@ -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";
}
}
}