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
!throw command is scuffed
1 reply
Hey @Silky Goose!
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).
