Various responses in commands
It would be nice if the same command could give different responses randomly among those previously configured.
Now they only have one answer, example:
user1: !blah
A:blablabla
user2: !blah
A:blablabla
user3: !blah
A:blablabla
Example with several answers:
user1: !blah
A:blablabla
user2: !blah
A: blebleble
user3: !blah
A: bliblibli
A single command, several responses.
Greetings
-
Howdy Mikel!
I just passed this over to our devs, to hopefully take a look at to see if it's possible! Thank you for the recommendation and the feedback!0 -
You could use
${random.pick}
and wrap each option into single quotes, like below:${random.pick 'blablabla' 'blebleble' 'bliblibli' }
That way, each time someone types the command, it will provide a random response from the list.
1 -
thank you so much c4ldas
0
Please sign in to leave a comment.
Comments
3 comments