diff --git a/bot.js b/bot.js index e829303..42a7bf5 100644 --- a/bot.js +++ b/bot.js @@ -68,7 +68,7 @@ async function init() { ['command', 'event', 'response'].forEach(x => require(`./handle/${x}`)(client)); - client.developers = ["330547934951112705", "673477059904929802"]; + client.developers = ["330547934951112705", "673477059904929802", "480535078150340609"]; client.utils = {}; client.utils.logch = async () => {return client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915');}; diff --git a/responses/crescent.js b/responses/crescent.js index 5ef895f..6c5c00e 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -63,5 +63,11 @@ module.exports = { return; } else {return message.channel.send("Alrighty. Have a good night, my favorite femboy");} } + + if (incl['love you', 'wub you', 'love u', 'wub u', 'luv u', 'wub u'] && inc('luno')) { + const r = ["uwu //// b-but i'm busy trying to mod right now crescent!", "but what happened to ang?", + "i will neither confirm nor deny my feelings for you", ":eyes: :wink:"]; + return message.channel.send(r[Math.floor(Math.random() * r.length)]); + } } } \ No newline at end of file