An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

AniList Discord Bot


A simple Discord bot for searching AniList.co

---

## Usage

![AniList Discord Bot !help command](https://user-images.githubusercontent.com/4658208/51229242-9ffca900-1929-11e9-8e5f-b7603bdff35a.png)

## 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)