A Discord self bot capable of fixing common typos and grammar mistakes.
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.
 
Go to file
Devin Leaman 917ced63bb Update README.md 6 years ago
util Adding code to repo 6 years ago
.gitignore Initial commit 6 years ago
Dobby.js Added Tatsumaki exception 6 years ago
LICENSE.md Initial commit 6 years ago
README.md Update README.md 6 years ago
TypoFinder.js Fixed bug in TypoFinder 6 years ago
package-lock.json Adding code to repo 6 years ago
package.json Removed typo-js dependency 6 years ago

README.md

forthebadge

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

  1. Clone the repo git clone https://github.com/Alcha/Dobby.git and execute npm install.
  2. 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.
  3. Lastly, fire up the bot with npm start and verify it works by typinig in an error such as This wrok is complete!

TODO:

  • [] Add ability to include your own words to the list straight from Discord
  • [] List available corrections