Count arguments and only send if equal to 0

Hello. I’ve recently been searching for a way to count the arguments in a command, and I found it, but it only sends a text with the number of arguments. What I want is that the command only executes if the argument count is 0. Can someone help me with this?

You can output a whitespace if the query is nonempty which results in Nightbot not actually saying anything in chat, and output the normal response if the query is empty.

$(eval decodeURIComponent(`$(querystring)`)?` `:`normal response`)
2 Likes

Thank you very much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.