7.3.3 • Published 3 years ago
heys-bot v7.3.3
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-botadd .env file with all neded variables
install dependencies
npm ibuild project
npm run buildstart bot
npm run startOR
install bot to your project
npm i heys-botcreate .env file and declare variable MODE with value PACKAGE
MODE = PACKAGEimport and start bot
import { Bot } from "heys-bot";
const bot = new Bot({token: <token goes here>, mongo_uri: <mongodb uri goes here>});
bot.start();