Skip to content

QGIsK/JokeBot

Repository files navigation

JokeBOT

• Information

Currently only a discord bot, will most likely add a telegram bot next time im bored.

Hosted on heroku with worker. MongoDB database on MongoCloud

• Hosted version

Click here to invite the bot to your server

• Local version installation

• Prerequisites

NodeJS > 16.0.0
NPM > 7.4.0
Local MongoDB

For the discord tokens Please follow this tutorial.

• Configuration

cp .env-example .env

or

copy the .env-example and rename the file to .env

Paste your tokens/id in the newly created .env file Don't forget your mongodb url and server(discord guild) id

Replace the <your bot id here> in the discord invite link with your bot's id.

• Using the bot

• Register Commands

node deployCommands.js

• Starting the bot

npm start

or ( This requires you to install nodemon) npm -i -g nodemon

npm run dev

Releases

No releases published

Packages

No packages published