!editcom FIRST_WORD $(eval decodeURIComponent(`$(querystring)`).toLowerCase()==`REST_OF_THE_PHRASE`.toLowerCase()?`COMMAND_RESPONSE`:` `)
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?