so when i do the command and @ the user i want to shoutout it just puts my link and name any way around that? i want it to put the users i @'d
Try this:
Go check out $(touser) at $(twitch $(eval R=`$(1)`.replace(`@`,``);R) "{{url}}")
Everything outside the $(twitch) can be edited freely.
1 Like
thank you,it works now
Hey @potatoeaterlove!
Just a small note: $(touser)
now automatically removes the @
, and since it’s also the first argument, you could have replaced $(eval R=`$(1)`.replace(`@`,``);R)
by $(touser)
.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.