Skip to main content

All Questions

-1 votes
1 answer
175 views

Count time between messages with discord.js and replit database

I've been googling for a long time now and can't find a solution. My current code: let end = new Date().getTime(); if(Msg == "test") { // ... } db.set("start", new Date().getTime(...
Doctor Vaitzman's user avatar