The source code of the AniSearch Bot.
You have an idea or found a bug? Open a new issue with detailed explanation.
You want to write code and add new things or fix a bug? Just fork, clone to your computer, and when you're done, open a pull request!
You can also join the support server to ask your questions or get support!
I would prefer if you don't run an instance of my bot unless you want to contribute to the code.
Use the official instance instead, which you can add to your server here!
Nevertheless, the installation steps are as follows:
-
Make sure
Docker
andDocker Compose
are installed. -
Clone the repository and change the working directory.
git clone https://github.com/IchBinLeoon/anisearch-discord-bot cd anisearch-discord-bot
-
Create a Discord Application.
-
Rename
.env.example
to.env
and fill inBOT_TOKEN
. -
Build the images and run the bot along with the database.
docker-compose up -d
This project is licensed under the GNU General Public License v3.0 (GPL-v3.0). See the LICENSE file for more details.