Maru is an open source Discord bot with a full moderation system and image commands
Create a file called config.json
Populate it like so
{
"TOKEN": "Discord bot token here"
"MONGOSTRING": "Mongo DB URI string here"
}
Install Docker and Docker-compose
Once done follow instructions for your OS below
Windows: docker-compose up
Linux: sudo docker-compose up
And your set!
Run npm i
(Make sure nodejs is installed if it says command not found)
Then run node index.js
And your set!