Update 'README.md'
parent
fa62ed55cd
commit
5c8c7e3c0c
@ -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`
|
||||
|
Loading…
Reference in New Issue