I'm a beginner at code and I would like to make my bot input a word said and then, with a block of pre-written text, put that word in the text.
Command: [prefix] [command] [word]
So, an example to complain about churros: ch complain churros
If the preset text is: everyday, I wake up to the smell of [word]. I'm sick of [word].
I would like the output of the command, then, to be: everyday, I wake up to the smell of churros. I'm sick of churros.
How can I do this? An example of how one would code this would be greatly appreciated. :) Thank you!