Every new change

This commit is contained in:
Luca Schwan
2020-03-25 11:05:34 +01:00
parent ff8491e75f
commit b4d041c5de
7164 changed files with 499221 additions and 135 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
"lint": "eslint src/",
"start": "node src/index.js"
},
"author": "",
"license": "ISC",
@ -12,5 +13,8 @@
"discord.js": "^12.0.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.2"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}