6.13.1 • Published 2 years ago

emojis-bot v6.13.1

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

Emojis bot

Description

Bot for hanging out in discord. It contans various commands, but it's main purpose is to react users messages.

Using

This bot can be added on your server using this link

Hosting

clone repository

git clone https://github.com/DEsimas/emojis-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 emojis-bot

create .env file and declare variable MODE with value PACKAGE

MODE = PACKAGE

import and start bot

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

.env structure

Known issues:

6.13.1

2 years ago

6.12.5

2 years ago

6.12.4

2 years ago

6.12.3

2 years ago

6.12.2

2 years ago

6.12.1

2 years ago

6.12.0

2 years ago