https://github.com/anilist/discord-search-bot
A simple discord bot to search AniList anime, manga, users, and more
https://github.com/anilist/discord-search-bot
anichart anilist anime discord graphql manga
Last synced: 4 months ago
JSON representation
A simple discord bot to search AniList anime, manga, users, and more
- Host: GitHub
- URL: https://github.com/anilist/discord-search-bot
- Owner: AniList
- License: mit
- Created: 2017-12-04T16:44:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T19:53:45.000Z (over 1 year ago)
- Last Synced: 2025-06-04T03:26:07.530Z (4 months ago)
- Topics: anichart, anilist, anime, discord, graphql, manga
- Language: JavaScript
- Size: 255 KB
- Stars: 86
- Watchers: 5
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AniList Discord Bot
A simple Discord bot for searching AniList.co
---
## Usage

## Installation
### Requirements
- Node v12.0.0 or higher
- A Discord developer account### Getting Started
1. Clone this repo and run `npm install`
1. Create a copy of `.env.example` named `.env`
1. Go to the [Discord Developer Portal](https://discordapp.com/developers/applications/) and create an application
1. Go to the "Bot" page and click "Add a bot"
1. Copy the token created for your bot and paste it into the `TOKEN` value in your `.env` file
1. Run `npm start`## Config
### Prefix
Type: `string`
Default: `!`This determines what should prefix the commands that are recognized by the bot.
## License
MIT © [Josh Star](./LICENSE)