Added statistics command and datastore for statistics

This commit is contained in:
Christer Warén
2020-03-31 09:53:58 +03:00
parent 3ad80310d1
commit 3da41e44cb
7 changed files with 190 additions and 3 deletions

View File

@ -4,7 +4,8 @@
"description": "We will bring you finnish radio to your discord server",
"main": "index.js",
"scripts": {
"start": "node ."
"start": "node .",
"install": "mkdir datastore"
},
"repository": {
"type": "git",