Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

gifaldyazkaa/anime-searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project card CI Status Repo size

πŸ“‚ Commands

Here is Command List of Anime Searcher!

Normal Commands

Name Description
>help Show Help Menu
>ping Show Client Ping Latency
>search Search Anime from a Image. Requires Image URL or Upload Image

Slash Commands

Name Description
/help Show Help Menu
/ping Show Client Ping Latency
/search Search Anime from a Image. Requires Image URL

πŸ’Ž Features

  • Help Desk Menu.
  • Ping Commands.
  • Search Anime Directly from Image URL or Upload Image with >search caption.
  • Slash Command Support.
  • Add & Set Channel using MongoDB (WIP).

➑️ Developing

πŸ› οΈ Requirements

A node.js >= 16.12.0 setup with yarn is recommended.

πŸ“„ Copy and create Environment Variables

# Linux / macOS
$ cp .env.example .env

# Windows
> copy .env.example .env

πŸ“ Fill all required fields at .env

TOKEN="your discord bot token"
PREFIX=">"
MONGOURI="your mongo connection string"
OWNERID="your discord user id"
TESTSERVER="your discord server id"

By default, Prefix set to >. However, you can change it.

πŸ“¦ Install Dependencies

$ yarn install
#
# yarn install v1.22.18
# [1/4] πŸ”  Resolving packages...
# [2/4] 🚚  Fetching packages...
# [3/4] πŸ”—  Linking dependencies...
# [4/4] πŸ”¨  Building fresh packages...
#
# ✨  Done in 4.38s.

πŸƒ Run your bot

$ yarn start
#
# yarn run v1.22.18
# $ ts-node --transpile-only ./src/index.ts
# βœ” [CLIENT] Anime Searcher#0000 ready
# βœ” [DATABASE] Connected

πŸ‘¨β€πŸ’» Contributing

We're open to contributions! Just make changes and Send your PR

πŸ“ƒ License

Anime Searcher is Licensed Under Apache-2.0 License.