Appended to "I'm a" text

This commit is contained in:
2026-06-10 07:53:44 +01:00
parent 3ff43e9e1b
commit dd5d400282

View File

@ -16,7 +16,9 @@ const imaTexts = shuffle([
'I\'m a $House M.D. enjoyer', 'I\'m a $House M.D. enjoyer',
'I\'m a $DJ', 'I\'m a $DJ',
'I\'m an $ice skater', 'I\'m an $ice skater',
'I\'m a $masochist' 'I\'m a $masochist',
'I\'m a $professional alcoholic',
'I\'m a Vim addict'
]); ]);
function shuffle(array) { function shuffle(array) {