From 01373c2b21db43573725d1674f9d63bd4440ed37 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 31 Mar 2023 00:44:39 -0500 Subject: [PATCH] Initial work is done --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 86e5fe8..64b3640 100644 --- a/main.ts +++ b/main.ts @@ -87,7 +87,7 @@ client.on('messageCreate', message => { 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]]); } );