Fixed a bug in a welcome message

This commit is contained in:
2025-12-08 23:29:01 +01:00
parent 3098a128d8
commit a0b5be0633

2
bot.js
View File

@@ -39,7 +39,7 @@ const launch = async () => {
"Osmanthus wine tastes the same as I— oop, wrong line <@:user>",
"Yeah yeah, welcome or whatever <@:user>",
"OH. MY. GOD Y'ALL— <@:user> is here!",
"So... we're all seeing <@:user, right?>",
"So... we're all seeing <@:user>, right?",
"<@:user> is right behind me, aren't they...?"
]
const choseMessage = possibleMessages[Math.floor(Math.random() * possibleMessages.length)];