Takane is a lightweight administrative bot that alleviates the strain on simple admin and officer tasks for a Discord Guild.
Currently Takane is in alpha, so she's still considered bleeding edge. This code is to provide transparency and collaboration.
Takane was originally a small side project, started from the burden of managing a Guild on discord along with special role-specific mentions.
Currently, Takane has a few extra features that are implemented, along with some in the works.
- Granblue Fantasy Stickers - use !stamp [id] and insert the stickers into your conversations!
- Admin-level management - Allow certain selected users to add/restrict commands and roles, without editing any configs.
These instructions assume that the Python3 install can be invoked using python
. Adjust these instructions as necessary.
- Clone the repository:
git clone git@github.com:jopika/Takane.git
- Install the required python packages:
pip install -r requirements.txt
- Create a bot through Discord: found here
- Add the bot to your server using this link, replacing "<CLIENTID>" with the client ID gotten from the bot's page:
https://discordapp.com/oauth2/authorize?client_id=<CLIENTID>&scope=bot
- Run Takane:
python discordBot.py
- Follow the rest of the instructions onscreen!
Takane is still in alpha, and is in-progress. Users beware.