A discord bot written in Python useful to get directly informations about an anime or a manga inside of discord.
- Customizable prefix (default:
!
) - Supports token authentication to Kitsu API
- Slash Commands
- askitsu (the master release)
- discord.py 2.0+
- aiohttp
- colorama
-
Clone the repository and install the dependencies
git clone https://github.com/ShomyKohai/kitsu-bot cd kitsu-bot pip install -r requirements.txt
-
Create a discord bot on Discord Developer Portal (For more info on how to create a bot account)
-
Copy the Bot token and paste it inside
config.py
in the bot foldertoken: str = "INSERT_TOKEN_HERE"
Optional: Get a Kitsu token
-
Start the bot with
launcher.py
in bot folder#Linux/MacOS python3 launcher.py #Windows py launcher.py
-
Run
!synctree
to sync slash commands
-
🦊 Kitsu
/anime <name> /manga <name>
-
❓ Owner
!synctree #Sync global slash commands
This project is under the GPL-3.0 license, see LICENSE.md file for details