Luca icon indicating copy to clipboard operation
Luca copied to clipboard

Rotating Status

Open NoahDevelops opened this issue 4 years ago • 1 comments

Added a Rotating Status that changes every 8 seconds for people that want it!

NoahDevelops avatar Dec 03 '20 08:12 NoahDevelops

//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?

boehs avatar Jun 20 '21 19:06 boehs