2025-07-02 21:27:25 +02:00
2025-07-06 22:14:58 +02:00
2025-07-06 22:15:29 +02:00

AniList Discord Bot

A [UNOFFICIAL] Discord bot to search the AniList website and get release reminders. It started off as a fork of the AniList/discord-search-bot repository.

Development

Requirements

  • Node v24.0.0 or higher (not tested on below versions)
  • A Discord developer account

Getting Started

  1. Clone this repo and run yarn install
  2. Create a copy of .env.example named .env
  3. Go to the Discord Developer Portal and create an application
  4. Go to the "Bot" page and click "Add a bot"
  5. Copy the token created for your bot and paste it into the TOKEN value in your .env file
  6. Run yarn startClean

Installation

Requirements

  • Docker
  • A Discord developer account

Getting Started

  1. Go to the Discord Developer Portal and create an application
  2. Go to the "Bot" page and click "Add a bot"
  3. Copy the token created for your bot and use it in step 5
  4. Use the docker-compose.yml
  5. Insert your ENV variables
  6. Run docker-compose up
Description
A [UNOFFICIAL] Discord bot to search the AniList website and get release reminders.
Readme MIT 38 KiB
Languages
YAML 100%