- A discord bot that cracks 'my mom' jokes just like Muscle Man from Regular Show!
- The script uses nltk to deconstruct users' messages to find verbs and make suitable replies.
- On every 'my mom' joke worthy message by a user, there is a 50% chance that the bot will reply.
- The script uses nltk to deconstruct users' messages to find verbs and make suitable replies.
- On every 'my mom' joke worthy message by a user, there is a 50% chance that the bot will reply.
If you'd like to use the source code to build a similar bot of your own:
- Download all the given files
- Create an application using the Discord Developer Portal
- Copy the bot token generated (you can only do this once) and paste it in main.py
- In your terminal, execute:
pip install -r requirements.txt
- Now, in your terminal again, execute:
python3 main.py