!throw command is scuffed

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
Screenshot_2

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.