Mention the target of a command or user that triggered

I wanted to know if there’s a tag that mentions the user that triggered the command but if you mention someone (!command @user) then it mentions the targetted user and not the author

In the command text just add :slight_smile:

@$(nick)

that mentions the person triggering the command but not the target. I wanted somethig like streamlabs’ @{touser.name} which pings the target or the author if there’s no target

I misunderstood the initial request, try this:

@$arg(1,$(nick))

1 Like

it worked thanks, i used $arg(1,@$(nick)) so it doesn’t double @ when it’s using a mention

1 Like

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