Multiple User Queries in 1 Response

I am trying to make a command that returns 2 user inputs within a nightbot response.
Ex. !life lemons lemonade
Nightbot: When life gives you lemons, make lemonade!

I can get one response with $(query) but if I copy that then it just responds with the same word twice and I tried $(query1) & $(query2) but it says they are invalid.

Any help is appreciated!!!

Arguments variables

When life gives you $(1), make $(2)!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.