Is there any way to make Nightbot tag multiple people? Like if I have a command !scenario, and 2 people in chat asks for the scenario, is there a way to do like !scenario @member @member and have Nightbot respond with "@user1 @member response"?
Currently the command I have is: !addcom !scenario @$(touser) bla bla bla. But this only works with 1 user at a time.