Cuddly SnailOriginal postNov 16, 2022How to make the command appear if I said the command word onlyExample @member command appearAnd if I say @member hi the command didn't appear
Polar CatNov 17, 2022Hey @Cuddly Snail!Like this:$(eval '$(query)' === '' ? 'YOUR_COMMAND_RESPONSE' : ' ';)