Remove datastore folder creation when using npm install

This commit is contained in:
Christer Warén 2020-08-15 00:18:42 +03:00
parent 47fe1b4f8f
commit ac6ec9317c

View File

@ -4,8 +4,7 @@
"description": "Radio Bot for Discord",
"main": "index.js",
"scripts": {
"start": "node .",
"install": "mkdir datastore"
"start": "node ."
},
"repository": {
"type": "git",