Ketsu is a feature-rich Discord bot that generates random NSFW hentai GIFs. Built with efficiency and simplicity in mind, Ketsu is perfect for adding a touch of fun to your Discord server.
To run or build Ketsu, ensure you have the following installed:
- Java 17 or later
- Maven (for building the project)
- A Discord bot token (get one from the Discord Developer Portal).
-
Clone this repository:
git clone https://github.com/Darkxx14/KetsuBot.git cd KetsuBot -
Build the project:
mvn clean package
-
Run the bot:
java -jar target/Ketsu-1.0.0.jar
-
Configure your bot: Update the
bot.jsonfile with your Discord bot token.
Currently Ketsu has only one command:
/nsfw <category>- Generate a random NSFW hentai GIF.
Contributions are welcome! If you’d like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Commit your changes:
git commit -m "hey" - Push your branch and create a pull request.
