Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 22:17:34 -05:00
commit ef95129258

View File

@ -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 } })
}