Skip to content

A simple, slightly obnoxious discord bot that monitors for typos and responds with them in **I M P A C T** font

Notifications You must be signed in to change notification settings

toothless92/spelling_shamer_discord_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spelling_shamer_discord_bot

This is a simple Discord bot that reads recent messages, and if it finds a typo, replies with the misspelled word in obnoxious I M P A C T font.

This was just a fun project to practice some python and API skills. The bot searches a few english and slang dictionaries for words to ignore, in addition to using the pyspellchecker module. It will also ignore words less than 5 characters long, words that are all-caps, and words that have punctuation other than at the end. This is in an attempt to reduce the number of false-triggers.

This is a great tutorial for getting started with a discord bot: https://realpython.com/how-to-make-a-discord-bot-python/

You will need to make a .env file in the same directory as this file with this information:
DISCORD_TOKEN="YOUR_DISCORD_TOKEN"

Once you've set up the application on discord's website and created the .env, all you need to do is add the bot to a server and run this file: python main.py. Refer to the tutorial with questions.

Written by Mike Reilly Contact [email protected] with questions

About

A simple, slightly obnoxious discord bot that monitors for typos and responds with them in **I M P A C T** font

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages