@@ -33,6 +33,28 @@ const wrong = [
3333 "Sorry, that's wrong. 🙈" ,
3434 "Try once more! 🔁" ,
3535] ;
36+ const helloMessage = [
37+ "👋 Hello everyone!" ,
38+ "Listen to me!!!!" ,
39+ "Hope you're all having a great day ☀️" ,
40+ "Don't forget to stay hydrated 💧" ,
41+ "Let's keep the chat active 🔥" ,
42+ "Good vibes only 😎" ,
43+ "Teamwork makes the dream work 💪" ,
44+ "Reminder: be kind and respectful ❤️" ,
45+ "Big shoutout to everyone here 🎉" ,
46+ "Stay focused and keep grinding 🚀" ,
47+ "Anyone up for a quick chat? 💬" ,
48+ "Sending positive energy your way ✨" ,
49+ "You’re all awesome! 🙌" ,
50+ "Let’s make today productive 💼" ,
51+ "Keep smiling, it confuses people 😁" ,
52+ "Don’t forget to take breaks ⏸️" ,
53+ "Let’s get things done! ⚡" ,
54+ "Coffee time, anyone? ☕" ,
55+ "Make every moment count ⏰" ,
56+ "Stay awesome, legends! 👑" ,
57+ ] ;
3658const personPronouns = [ "he" , "she" , "him" , "her" , "they" , "them" ] ;
3759
3860export {
@@ -49,4 +71,5 @@ export {
4971 wrong ,
5072 offensiveWords ,
5173 personPronouns ,
74+ helloMessage ,
5275} ;
0 commit comments