Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 11:59:47 +07:00
commit 059ed1db33
3 changed files with 16 additions and 1 deletions

@ -1,2 +1,17 @@
# NoMoreAcroyms
# NoMoreAcronyms
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)
<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`

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB