Fixed a bug in a welcome message
This commit is contained in:
2
bot.js
2
bot.js
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user