Open nixon opened 7 years ago
Should the 2nd if check for $commandargs instead?
if
$commandargs
elif [[ $command == "user-stats" ]]; then if [[ $command != "" ]]; then
Ah yes. Currently not near a computer - I'll fix this soon :+1:
Should the 2nd
if
check for$commandargs
instead?