Luca
Luca copied to clipboard
Rotating Status
Added a Rotating Status
that changes every 8 seconds for people that want it!
//This allows you to make a custom status that rotates! let statuses = [ 'Status 1' , 'Status 2' , 'Status 3' , 'Status 4' , 'Status 5 ', 'Status 6' , 'Status 7' , 'Status 8' , 'Status 9' , 'Status 10' , ];
Just wondering, why is the array stretched across multiple lines?
//You HAVE TO HAVE 10 STATUSES FOR THIS TO WORK AND THE LAYOUT MUST REMAIN THE SAME
I don't think so?