!throw command is scuffed

Asked Aug 25, 2021·1 reply·Last activity 4 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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.png

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).