diff --git a/events/message.js b/events/message.js index 69eb288..0670475 100644 --- a/events/message.js +++ b/events/message.js @@ -9,7 +9,7 @@ const LXP = require('../models/localxp'); module.exports = async (client, message) => { if (message.author.bot) {return undefined;} - if (message.channel.type !== 'text' && message.channel.type !== 'dm') {return undefined;} + if (message.channel.type !== 'text' && message.channel.type !== 'dm' && message.channel.type !== "news") {return undefined;} //if (message.channel.type == "text") {if (settings[message.guild.id]) {prefix = settings[message.guild.id].prefix;};}; @@ -65,7 +65,7 @@ module.exports = async (client, message) => { }); } - if (message.guild && message.channel.id === "815709333107114043") {return require('../util/newpartner.js')(message, client);} + if (message.guild && message.channel.id === "815709333107114043") {console.log('ok'); return require('../util/newpartner.js')(message, client);} diff --git a/responses/crescent.js b/responses/crescent.js index 86e1f5a..a0213d4 100644 --- a/responses/crescent.js +++ b/responses/crescent.js @@ -17,7 +17,7 @@ module.exports = { function incl(ml, s) {let tm; for (tm of ml) {if (inc(tm, s)) {return true;}}} if (incl(["thanks luno", "thank you luno", "ty luno"])) { - const r = ["Anything for my favorite femboy ;)", "Anytime Crescent ;)", "Gee I sure hope I'm not stealing your love for ang... or do I?"]; + const r = ["Anything for my favorite femboy ;)", "Anytime Crescent ;)"]; return message.channel.send(r[Math.floor(Math.random() * r.length)]); }