From 7d7e1774c53e0c51717167492ca416d4b27b375d Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 8 Feb 2026 01:33:08 +0000 Subject: [PATCH] Appended to "I'm a" text --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index a3f9e13..7d30d13 100644 --- a/main.js +++ b/main.js @@ -14,7 +14,8 @@ const imaTexts = shuffle([ 'I\'m a $Home Assistant addict', 'I\'m a $House M.D. enjoyer', 'I\'m a $DJ', - 'I\'m an $ice skater' + 'I\'m an $ice skater', + 'I\'m a $masochist' ]); function shuffle(array) {