Hello, first i'm sorry if there are errors in my writing, I do not have a very good English. I am trying to create a command called ''!report''. The idea of this command is only to be fun for users. The command is supposed to work in this way:
User: !report @member* use the pacman (:v)*
and bot reply...
Nighbot: The user @member* has been reported for ''use the pacman (:v)''.*
My problem is that I can’t use argument variables $(1-9), as the idea is that the user’s ''reason'' is unlimited words. Nor can I use $(query) as this repeats exactly what the user says and i could not customize the bot response. Is there a way to do this with a customapi or something?