A Discord bot that allows users to search, browse, download, and read manga directly in Discord servers using the MangaDex API.
- 🔍 Manga Search: Search by title, author, genres, or tags
- 📖 Chapter Selection: Browse and select chapters to read
- 🎯 Page Navigation: Read manga with Next/Prev buttons
- 📚 Reading Progress: Track your reading progress
- ℹ️ Manga Details: View manga info
- 🔖 Bookmarks: Save your favorite manga
- ⚡ Download: Download manga as a zip file
-
Clone this repository
git clone https://github.com/manishbhaiii/akame-bot.git cd akame-bot
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory with the following:DISCORD_TOKEN=your_discord_bot_token DISCORD_CLIENT_ID=your_discord_client_id
-
Start the bot:
npm start