Skip to content

TehNut/AniLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AniLinker

A Discord bot that uses the AniList API to retrieve and display information about Anime and Manga.

Example Search

Running Locally

Make sure you have Node.js installed.

Run these commands to get the project locally:

git clone https://github.com/TehNut/AniLinker.git # or clone your own fork
cd AniLinker
npm install

Create a new config.json file in the root directory of the project (the same directory as this README) with the following properties:

{
  "token": "",
  "maxLength": 300
}

token should be the bot token obtained from Discord's developer panel.

maxLength is the max number of characters that can be displayed in the embed. Anything after will be trimmed.

Finally, run npm start to start the bot.

Commands

Commands are designed in a way that allows them to be used in the middle of a normal message. Simply wrap the name of an anime or manga in {} and prefix that with a command name.

eg: a{machikado mazoku} will search for the Machikado Mazoku anime.

To search for anime, use a or anime as your prefix. To search for manga, use m or manga as your prefix.

Example Usage

About

A Discord bot that uses the AniList API to retrieve and display information about Anime and Manga.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published