Update 'README.md'

master
Caleb Fontenot 2023-04-04 11:53:38 +07:00
parent fa62ed55cd
commit 5c8c7e3c0c
1 changed files with 14 additions and 2 deletions

@ -1,5 +1,17 @@
# NoMoreAcronyms
THis is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!<br>
This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!<br>
Example:<br>
![Example](images/example.png)
![Example](images/example.png)
<br>
To run an instance of this bot, define your bot ID in key.json, then run:
<br>
`npm install discord.js`
<br>
After that, register the bot commands:
<br>
`node deploy-commands.js`
<br>
And now all you need to do is start the bot!
<br>
`node main.ts`