Skip to content

IchBinLeoon/anisearch-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” AniSearch

Status Discord CodeQL Black Pages License

The source code of the AniSearch Bot.

Discord Bots

🀝 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:

  1. Make sure Docker and Docker Compose are installed.

  2. Clone the repository and change the working directory.

    git clone https://github.com/IchBinLeoon/anisearch-discord-bot
    cd anisearch-discord-bot
    
  3. Create a Discord Application.

  4. Rename .env.example to .env and fill in BOT_TOKEN.

  5. 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.