What's the best way to set up a timer that outputs a random command?

The timers are pretty neat, but often when having multiple commands, they clutter up.
What’s the easiest way to set up a timer that takes 1 command from an array of commands and puts that out let’s say every 30 minutes?
So for example I have commands !1 !2 !3 and I want the timer to put out 1 of those out every 30 minutes.
Would it be possible to randomize them or just output them in the right order? (1 2 3 1 2 3 1 2 3)
Been checking out variables but haven’t gotten it to work yet.

1 Like

It’s not possible to do that, sorry. Random responses is not a feature in Nightbot at this itme.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.