(WORKING) Database interaction working and converted all requires to the ES6 import syntax

This commit is contained in:
plane000
2018-10-22 11:04:25 +01:00
parent 9a37dfc0cf
commit 72d041cef0
9 changed files with 1043 additions and 238 deletions

View File

@@ -9,10 +9,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"colors": "^1.3.2",
"discord.js": "^11.4.2",
"express": "^4.16.4",
"regenerator-runtime": "^0.12.1",
"request": "^2.88.0",
"sequelize": "^4.39.1",
"sqlite3": "^4.0.2"