NoMoreAcronyms/README.md

18 lines
425 B
Markdown

2023-04-04 11:47:02 +07:00
# NoMoreAcronyms
2023-03-30 17:26:12 +07:00
2023-04-04 11:53:38 +07:00
This is a bot that identifies abbreviations in a sentence and replaces them with the written out phrase!<br>
2023-04-04 11:49:15 +07:00
Example:<br>
2023-04-04 11:53:38 +07:00
![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`