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
- Clone this repo and run
yarn install
- Create a copy of
.env.example
named.env
- Go to the Discord Developer Portal and create an application
- Go to the "Bot" page and click "Add a bot"
- Copy the token created for your bot and paste it into the
TOKEN
value in your.env
file - Run
yarn startClean
Installation
Requirements
- Docker
- A Discord developer account
Getting Started
- Go to the Discord Developer Portal and create an application
- Go to the "Bot" page and click "Add a bot"
- Copy the token created for your bot and use it in step 5
- Use the docker-compose.yml
- Insert your ENV variables
- Run docker-compose up
Languages
YAML
100%