I wish my bot to send a message every XXX seconds.
I wrote a list of messages saved in a file frasibot.txt
Then I set a timer :

.timerbot 0 300 msg #channel $read(addons\miefrasibot\frasibot.txt)

My problem is that .timerbot repeat always the same message every 6 mins (I have more than 300 messages), instead of to change it (random message)

Thanks