Enhance Your Discord Server with Anime & Manga

Kasuki is a powerful Discord bot that provides seamless access to AniList data, AI features, and more. Get instant anime and manga information, notifications, and user stats right in your server!

Powerful Features

Kasuki comes packed with features to enhance your Discord anime experience.

AniList Integration

Access anime, manga, characters, staff, and studio information directly from AniList. Get detailed information and statistics with simple commands.

Anime Airing Notifications

Get notified when your favorite anime episodes are about to air. Never miss an episode again!

User Profiles & Comparison

Link your AniList account to Discord and view profiles, compare anime tastes with friends, and show off your anime stats.

Seiyuu Image Generation

Generate custom images showing voice actors alongside characters they've voiced for easy reference.

AI Features

Generate images, get answers to questions, and access video transcription and translation using advanced AI technology.

Multi-Language Support

Kasuki supports multiple languages for both commands and responses, making it accessible to users worldwide.

Command Examples

Explore Kasuki's wide range of commands organized by category.

/animeGet Anime Information

Search for an anime and get detailed information including synopsis, genres, and studios.

/mangaGet Manga Information

Search for manga and get detailed information including synopsis, genres, and authors.

/characterGet Character Information

Search for anime and manga characters and view their details.

/compareCompare Two AniList Users

Compare two AniList users and see their anime/manga taste compatibility.

/ai imageGenerate AI Images

Generate custom images using AI based on your text descriptions.

/ai questionAsk AI Questions

Ask questions and get AI-generated answers (the AI has no conversation context).

...
...
...
...

See Kasuki in Action

Take a look at Kasuki's sleek interface and powerful features.

Self-Hosting Guide

Follow these steps to set up your own instance of Kasuki.

1

Install Docker & Docker Compose

Ensure Docker and Docker Compose are installed on your system. They are required to run Kasuki in a containerized environment.

2

Clone the Repository

Clone the Kasuki repository from GitHub to your local machine.

git clone https://github.com/ValgulNecron/kasuki.git
3

Configure Settings

Copy the example configuration file and edit it to add your Discord bot token and other settings.

cp config.example.toml config.toml # Edit config.toml with your preferred text editor
4

Start the Container

Use Docker Compose to build and start the Kasuki bot. For the latest version, add the `--pull always` flag.

docker compose up -d --pull always
5

Invite Your Bot

Create an invite link for your bot in the Discord Developer Portal and add it to your server. Your bot is now ready to use!