Is there a command variable for other users?

So here’s what I want to do. I want to make a command where my viewers can say something like !hit [OtherUser] and nightbot would respond with [USER] slapped [OtherUser] in the face, and it HURT! But I can’t find a variable to represent [OtherUser]. All the $user variable does is say the name of the person using the command. If you could help me out, that would be amazing. :slight_smile:

!commands add !hit $(user) slapped $(touser) in the face, and it HURT!

You can refer to the docs for further information

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