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 MongoDBFor the discord tokens Please follow this tutorial.
• Configuration
cp .env-example .envor
copy the .env-example and rename the file to .envPaste 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 startor ( This requires you to install nodemon) npm -i -g nodemon
npm run dev