anisearch-discord-bot
anisearch-discord-bot copied to clipboard
🔍📊 The source code of the AniSearch Bot
🔍 AniSearch
The source code of the AniSearch Bot.
🤝 Contribute
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!
🚀 Running
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
DockerandDocker Composeare 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.exampleto.envand fill inBOT_TOKEN. -
Build the images and run the bot along with the database.
docker-compose up -d
⚖️ License
This project is licensed under the GNU General Public License v3.0 (GPL-v3.0). See the LICENSE file for more details.