Magnimont / RoastBot

A Discord bot that uses AI to roast Discord users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoastBot

Creative Commons License

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.


✨ Features

  • Have a 1-on-1 roast battle with AI (command: roast me)
  • Roast someone else (command: roast @mention)

πŸ“‹ Prerequisites

Before running RoastBot, you should have the following installed:


πŸš€ Getting Started

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.py

Linux:

python3 bot.py

🀝 Contributing

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>
  • 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

πŸ‘¨β€πŸ’» Author(s)

This bot and the RoastedByAI Python package are both originally made by @jvherck.


πŸ“„ License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

A Discord bot that uses AI to roast Discord users

License:Other


Languages

Language:Python 100.0%