You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
util | 6 years ago | |
.gitignore | 6 years ago | |
Dobby.js | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
TypoFinder.js | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago |
README.md
Dobby
Dobby is a self bot built for Discord using the eris library as an experiment in spell-checking messages. Currently, the bot will read messages that you send and look for common spelling mistakes. If any are detected, the correct spelling is replaced and the message is edited by the bot.
Usage
- Clone the repo
git clone https://github.com/Alcha/Dobby.git
and executenpm install
. - Update the config.json file with your personal token.
- If you aren't sure how to obtain your own token, try finding a guide on Google. At the time of creating this README, this url on Github has instructions that work just fine.
- Lastly, fire up the bot with
npm start
and verify it works by typinig in an error such asThis wrok is complete!
TODO:
- [] Add ability to include your own words to the list straight from Discord
- [] List available corrections