Skip to content

mtm255/maru

Repository files navigation

Maru

Maru is an open source Discord bot with a full moderation system and image commands

Note this bot is a work in progress

Running the bot

Create a file called config.json
Populate it like so

{
"TOKEN": "Discord bot token here"
"MONGOSTRING": "Mongo DB URI string here"
}

Method 1 of running the bot (Docker, recommended way)

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!

Method 2 of running the bot (Not recommended)

Run npm i (Make sure nodejs is installed if it says command not found)
Then run node index.js And your set!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published