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
Click here to invite the bot to your server
NodeJS > 16.0.0
NPM > 7.4.0
Local MongoDBFor the discord tokens Please follow this tutorial.
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.
node deployCommands.jsnpm startor ( This requires you to install nodemon) npm -i -g nodemon
npm run dev