Add stats posting

This commit is contained in:
Isaac
2022-09-11 21:11:12 +01:00
parent 50d7e016ed
commit 7eabce1a83
6 changed files with 54 additions and 6 deletions

1
src/lib/misc.js Normal file
View File

@@ -0,0 +1 @@
module.exports.msToMins = ms => Number((ms / 1000 / 60).toFixed(1));