add funny

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 19:58:02 +07:00
parent 4ad0187bdb
commit 454b90ec99
1 changed files with 1 additions and 1 deletions

@ -120,7 +120,7 @@ client.on('messageUpdate', (undefined, newMessage) => {
});
function checkMessage(message) {
if (message.contains == "<@1091120267851485215>, what are your pronouns?") {
if (message.content == "<@1091120267851485215>, what are your pronouns?") {
message.reply({content: "My pronouns are she/her ☺️", allowedMentions: { repliedUser: false }})
}
console.log(`${message.author.tag} in #${message.channel.name} sent: ${message.content}`);