RoastBot is a Discord bot that uses the RoastedByAI Python package to roast Discord users. The package uses AI to come up with clever answers to what the Discord users say to the bot. I guess you could say you're in a roast battle against AI.
- Have a 1-on-1 roast battle with AI (command:
roast me
) - Roast someone else (command:
roast @mention
)
Before running RoastBot, you should have the following installed:
1. Cloning the Repository
git clone https://github.com/noerrorstudio/roastbot.git
2. cd
into the Repository
cd roastbot
3. Run the bot
Windows:
python bot.pyLinux:
python3 bot.py
Feel free to make Pull Requests with new features, fixes or improvements. Follow the underneath steps to do so:
- Fork this repository
- Create a new branch:
- New Feature:
git checkout -b feature/<your-feature>
- Fix:
git checkout -b fix/<your-fix>
- Improvement:
git checkout -b improvement/<your-improvement>
- New Feature:
- Add your new necessary files:
git add .
- Commit your changes:
git commit -m "<commit message>"
- Push the changes to your branch:
git push origin <branch>/<your-branch-name>
- Submit a Pull Request
This bot and the RoastedByAI Python package are both originally made by @jvherck.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.