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>",
|
"Osmanthus wine tastes the same as I— oop, wrong line <@:user>",
|
||||||
"Yeah yeah, welcome or whatever <@:user>",
|
"Yeah yeah, welcome or whatever <@:user>",
|
||||||
"OH. MY. GOD Y'ALL— <@:user> is here!",
|
"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...?"
|
"<@:user> is right behind me, aren't they...?"
|
||||||
]
|
]
|
||||||
const choseMessage = possibleMessages[Math.floor(Math.random() * possibleMessages.length)];
|
const choseMessage = possibleMessages[Math.floor(Math.random() * possibleMessages.length)];
|
||||||
|
|||||||
Reference in New Issue
Block a user