Initial work is done
This commit is contained in:
parent
a216e894d6
commit
01373c2b21
2
main.ts
2
main.ts
@ -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]]);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user