/anime-searcher

🔎 [Archived] Discord Bot to Search an Anime from Image Source.

Primary LanguageTypeScript

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.