Here is Command List of Anime Searcher!
Name | Description |
---|---|
>help | Show Help Menu |
>ping | Show Client Ping Latency |
>search | Search Anime from a Image. Requires Image URL or Upload Image |
Name | Description |
---|---|
/help | Show Help Menu |
/ping | Show Client Ping Latency |
/search | Search Anime from a Image. Requires Image URL |
- 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).
A node.js >= 16.12.0 setup with yarn is recommended.
# Linux / macOS
$ cp .env.example .env
# Windows
> copy .env.example .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.
$ 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.
$ yarn start
#
# yarn run v1.22.18
# $ ts-node --transpile-only ./src/index.ts
# ✔ [CLIENT] Anime Searcher#0000 ready
# ✔ [DATABASE] Connected
We're open to contributions! Just make changes and Send your PR
Anime Searcher is Licensed Under Apache-2.0 License.