Compare commits

...

3 Commits

Author SHA1 Message Date
6d057c1c3b update readme 2025-07-06 22:15:57 +02:00
089b4bc78e add dotenv 2025-07-06 22:15:29 +02:00
0dd6c5f49c add dotenv 2025-07-06 22:14:58 +02:00
3 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,16 @@
# 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](https://github.com/AniList/discord-search-bot) repository.
## Usage
## Installation
### 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](https://discordapp.com/developers/applications/) 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`

View File

@ -7,6 +7,7 @@
"author": "Niklas Amundsson",
"license": "MIT",
"dependencies": {
"discord.js": "^14.21.0"
"discord.js": "^14.21.0",
"dotenv": "^17.0.1"
}
}

View File

@ -133,6 +133,11 @@ discord.js@^14.21.0:
tslib "^2.6.3"
undici "6.21.3"
dotenv@^17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95"
integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==
fast-deep-equal@3.1.3, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"