Chloe Fontenot 🏳️⚧️ 2a7e808b29 | ||
---|---|---|
commands | ||
images | ||
nbproject | ||
.gitignore | ||
LICENSE | ||
README.md | ||
abbreviation_key.json | ||
abbreviation_key.json.bak | ||
deploy-commands.js | ||
main.ts | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
NoMoreAcronyms
This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!
Example:
To run an instance of this bot, define your bot ID in key.json, then run:
npm install discord.js
After that, register the bot commands:
node deploy-commands.js
And now all you need to do is start the bot!
node main.ts