This command makes it so you can say something like “Hi Nightbot Hello” and Nightbot will see it as a command, but if you only say “Hi” nothing will happen. I was wondering if it was possible to make it so if the command was “Hi Nightbot” would I be able to link it to another command? For example, there is already a command “!Hello” would I be able to change COMMAND_RESPONSE to match whatever “!Hello” does?
Well you can change the response to mirror what hello says but you can’t really alias it outerwise it will just activate hello.
So yes if you just type whatever hello does on command_response it should work
You would just want to copy and paste what hello says into the COMMAND_RESPONSE of “Hi Nightbot Hello” since unless hello has a check for words after the command it will always activate.