change when a function is called

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 22:17:29 +07:00
parent 5cabef8801
commit 6abe473a73
1 changed files with 1 additions and 1 deletions

@ -129,7 +129,7 @@ client.on('messageUpdate', (undefined, newMessage) => {
});
function checkMessage(message) {
checkInsult(newMessage);
checkInsult(message);
if (message.content == "<@1091120267851485215>, what are your pronouns?") {
message.reply({ content: "My pronouns are she/her ☺️", allowedMentions: { repliedUser: false } })
}