Command responds only when called with no argument input

How to make the command appear if I said the command word only
Example @user command appear
And if I say @user hi the command didn’t appear

Hey @ziad.said213!

Like this:

$(eval '$(query)' === '' ? 'YOUR_COMMAND_RESPONSE' : ' ';)

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