CappyRoast is a versatile Discord bot designed to bring humor and engagement to your server. With a variety of fun commands, from roasting your friends to sharing memes and jokes.
CappyRoast utilizes third-party APIs to fetch jokes, memes, and roasts. As such, some of the content may be unfiltered and could include NSFW or offensive material. Use the bot at your own discretion.
- Roast Your Friends: Use the roast command to playfully insult your friends (or enemies!).
- Self-Roast: Feeling brave? Use the
roastmecommand to turn the heat on yourself. - Random Jokes: Lighten the mood with a random joke.
- Meme Central: Get your daily dose of memes directly in your server.
- Slash Commands: All commands are available as slash commands for easy use.
- Ping Command: Check the bot's latency with a simple ping command.
-
Clone the repository:
git clone https://github.com/CoderRony955/CappyRoast.git
-
Navigate to the project directory and create a virtual environment:
python -m venv venv
-
Install the dependencies:
pip install -r requirements.txt
-
Create a
.envfile in the root directory and add your Discord bot token:discord_bot_token=YOUR_BOT_TOKEN -
Run the bot:
python main.py
CappyRoast supports both traditional prefix commands and slash commands.
!roast @user: Roasts the mentioned user.!roastme: Roasts you.!joke: Tells a random joke.!meme: Sends a random meme.
/roast user:@user: Roasts the mentioned user./roastme: Roasts you./meme: Sends a random meme./ping: Checks the bot's latency.
This project is licensed under the MIT License - see the LICENSE file for details.
