Update postStatus.js

This commit is contained in:
ShreshthTiwari
2024-03-18 21:47:34 +07:00
committed by Hirzi
parent 1842dc3cb3
commit d4b741b9c1
+1 -1
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";
}
}
}