Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

MrScopes/AniSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AniSearch

Search info on Anime and Manga via Discord.
CURRENLTY INCOMPLETE!

src/config.json

Example:

{ 
    "token": "xxx",
    "ownerID": "496477678103298052",
    "postgres": {
        "host": "1234",
        "port": 5432,
        "database": "anisearch",
        "user": "admin",
        "password": "1234"
    },
    "defaultConfig": {
        "prefix": "!",
        "nsfw": "limited"
    }
}

database tables

  • guilds (id text, prefix text, nsfw text)
  • users (id text, anilist text, mal text)

About

Anime Search bot (recode in progress) - Resetting commits after stable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors