|
|
|
@ -22,7 +22,7 @@ module.exports = { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (incl(["fuck off luno", "shut up luno", "fuck you luno"])) { |
|
|
|
|
const r = ["I was only trying to help Crescent..", "Someones in a bad mood..", "I will peg you.", "I just wanted to make you happy Cres :("]; |
|
|
|
|
const r = ["I was only trying to help Crescent..", "Someone's in a bad mood..", "I will peg you.", "I just wanted to make you happy Cres :("]; |
|
|
|
|
return message.channel.send(r[Math.floor(Math.random() * r.length)]); |
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|