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

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-09 22:29:26 +07:00
commit d1227a143a
1 changed files with 1 additions and 1 deletions

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