Go to file
Caleb Fontenot 55495daa99 Add pfp image 2023-04-04 11:54:48 +07:00
commands Reply message now returns how many abbreviations the bot detected 2023-04-01 12:15:12 +07:00
images Add pfp image 2023-04-04 11:54:48 +07:00
nbproject change the formatting of the correct phrase to put the phrase in a codeblock 2023-04-03 18:01:47 +07:00
.gitignore Initial work is done 2023-03-31 00:36:16 +07:00
LICENSE Initial commit 2023-03-30 17:26:12 +07:00
README.md Update 'README.md' 2023-04-04 11:53:38 +07:00
abbreviation_key.json update abbreviation_key.json 2023-04-03 18:07:14 +07:00
abbreviation_key.json.bak Initial work is done 2023-03-31 00:34:58 +07:00
deploy-commands.js Initial work is done 2023-03-31 00:34:58 +07:00
main.ts disable ping reply 2023-04-03 20:09:34 +07:00
package-lock.json Initial work is done 2023-03-31 00:34:58 +07:00
package.json Initial work is done 2023-03-31 00:34:58 +07:00

README.md

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 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