I'm using Restream to stream Beat Saber to twitch, Mixer, and others. There is a command that only works on twitch: "!bsr <song name>". The details don't matter so much, the problem is when Restream's chat bot relays that command from Mixer to Twitch, it outputs: "[Mixer: <username>] !bsr <song name>". So what I need to do is have Nightbot see that, then remove everything before the actual command.
I was able to get this to work only in cases where the song name is one word, by creating a command "[mixer: " and outputting, '$(2) $(3)' or '!bsr $(3)'. If I do- '!bsr $(3) $(4) $(5)' ..., but then I get a bunch of "null"s that mess it up. And if I use $(query), then I'm sure you know what happens, it's close but not quite there.
Please help, thank you.

