Add better caching, seek command

This commit is contained in:
Max Isom 2020-03-13 20:36:42 -05:00
parent c446e0fd57
commit fb91c8e89c
6 changed files with 280 additions and 91 deletions

View file

@ -25,6 +25,7 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.30",
"@types/fs-capacitor": "^2.0.0",
"@types/node": "^13.9.1",
"@types/spotify-web-api-node": "^4.0.1",
"@types/validator": "^12.0.1",
@ -66,6 +67,7 @@
"delay": "^4.3.0",
"discord.js": "^12.0.2",
"dotenv": "^8.2.0",
"fs-capacitor": "^6.1.0",
"got": "^10.6.0",
"hasha": "^5.2.0",
"inversify": "^5.0.1",