if(message.content === “d-gayrate”) {
let replies = [“You are is 10% gay ”, “You are is 30% gay
”, “You are is 20% gay
”, “You are is 40% gay
”, “You are is 2% gay
”, “You are is 1% gay
”, “You are is 21% gay
”, “You are is 50% gay
”, “You are is 60% gay
”, “You are is 70%
”, “You are is 82% gay
”, “You are 80%
gay”, “You are is 92% gay
”, “You are is 90% gay
”, “You are 100% gay
”]
message.channel.send(replies[Math.floor(Math.random() * replies.length)])
}
Hi @Light_Dash.
I have to say, I don’t find your function very funny. There’s nothing wrong with being gay, nor should jokes be made about it. Adding a rainbow flag does not change this.
I would seriously consider if this joke is constructive, respectful, and fun for all.
Nevertheless, it looks like your message code is outside of a message block, like this:
<client>.on('message', message => {
});
I do not agree with the function you are creating, but I am providing this with the hopes that it helps you to code other, more helpful/respectful functions.
Eddie
5 Likes
It’s not suppose to be funny, it’s just for a gay server for my friend
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.