I wanted to make command which makes chatters able to throw whatever they want at each other
and i just dont know how to do it, i tried something but its scuffed
command: $(user) threw $(touser) at $(query)
and this how bot answers on !throw
Hey @argentum_m!
Reading the documentation might help you figure out whatβs happening here:
β’ $(user)
β user calling the command
β’ $(touser)
β first argument given to a command
β’ $(query)
β anything a user types after a command
May I suggest looking into $(arguments)
.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.