com=$(echo"$will"|grep -Eio "[a-z]*"| head -n1 | tail -n1)
com=$(echo"$will"|cut -d " " -f 2)
if[ -z "$(ls modules/ | grep -i -- "$com.sh")"]
then
./modules/help.sh $who$from >> $input
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.