Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
/ AniSearch Public archive

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

Notifications You must be signed in to change notification settings

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

No packages published