cres easter eggs and hard dev

master
Kit Kasune 3 years ago
parent 06622319fa
commit b8022d7a2a
  1. 2
      bot.js
  2. 6
      responses/crescent.js

@ -68,7 +68,7 @@ async function init() {
['command', 'event', 'response'].forEach(x => require(`./handle/${x}`)(client)); ['command', 'event', 'response'].forEach(x => require(`./handle/${x}`)(client));
client.developers = ["330547934951112705", "673477059904929802"]; client.developers = ["330547934951112705", "673477059904929802", "480535078150340609"];
client.utils = {}; client.utils = {};
client.utils.logch = async () => {return client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915');}; client.utils.logch = async () => {return client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915');};

@ -63,5 +63,11 @@ module.exports = {
return; return;
} else {return message.channel.send("Alrighty. Have a good night, my favorite femboy");} } 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)]);
}
} }
} }
Loading…
Cancel
Save