Initial work is done

master
Chloe Fontenot 🏳️‍⚧️ 2023-03-31 00:44:39 +07:00
parent f7347fbe67
commit b586bc8167
1 changed files with 1 additions and 1 deletions

@ -87,7 +87,7 @@ client.on('messageCreate', message => {
break; break;
} }
} }
message.reply("Test"); message.reply("Your message contains an acronym. Here's what your message would say without it: \n " + "");
console.log(abbreviationKey.target_phrases[messageArray[0]]); console.log(abbreviationKey.target_phrases[messageArray[0]]);
} }
); );