NoMoreAcronyms/README.md

464 B

NoMoreAcronyms

This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!
Example:
Example
To run an instance of this bot, define your bot token, guildId (Server ID), and client 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