7.3.3 • Published 2 years ago

heys-bot v7.3.3

Weekly downloads
-
License
unlicensed
Repository
github
Last release
2 years ago

Heys bot

Description

This is discord bot created for getting hentai arts. It provides an interactional embed with images from different websites. There is also a blacklisting system for disabling unwanted posts. Also works in DMs.

Using

This bot can be added on your server using this link

Hosting

clone repository

git clone https://github.com/DEsimas/heys-bot

add .env file with all neded variables

install dependencies

npm i

build project

npm run build

start bot

npm run start

OR

install bot to your project

npm i heys-bot

create .env file and declare variable MODE with value PACKAGE

MODE = PACKAGE

import and start bot

import { Bot } from "heys-bot";
const bot = new Bot({token: <token goes here>, mongo_uri: <mongodb uri goes here>});
bot.start();

.env structure

7.3.3

2 years ago

7.3.2

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

7.2.6

2 years ago

7.2.5

2 years ago

7.2.2

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago