Updated keywords

This commit is contained in:
2024-07-31 17:04:36 +02:00
parent 2a9a46e781
commit 84df643d9e
4 changed files with 106 additions and 7 deletions

View File

@ -13,9 +13,7 @@ module.exports = {
// If it has mentions → return nothing
if (message.mentions.members.size) {return;}
var answers = ["Bonsoir 🌙", `bsr ${message.author}`, "bsr Figue..."];
var answers = ["Bonsoir 🌙", `bsr ${message.author}`];
return message.channel.send({ content : choose(answers)})