Discord.JS Bot, uses MongoDB, logs user Playtime. Instructions: https://github.com/Dsiman/Kronos
100K+
A Discordjs Bot built with the intention of collecting user sessions in games and saving them to a database. You can also use the Docker container listed below.
npm install npm@latest -g
https://discord.com/developers/applications
https://hub.docker.com/repository/docker/damianisaacs/kronos
git clone https://github.com//Dsiman/Kronos.git
npm install
https://www.mongodb.com/
token=somestringprovidedbydiscorddeveloperportal
mongoURI=mongodb+srv://<Username>:<Password>@mongodb.com/<Database>
npm start
https://docs.docker.com/get-docker/
docker pull damianisaacs/kronos
/* make a .env file containing */
token=somestringprovidedbydiscorddeveloperportal
mongoURI=mongodb+srv://<Username>:<Password>@mongodb.com/<Database>
docker run --env-file .env damianisaacs/kronos
https://discord.com/developers/applications/<YourBotAppID>/oauth2/url-generator
Content type
Image
Digest
Size
460.8 MB
Last updated
over 4 years ago
docker pull damianisaacs/kronos