mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-18 22:41:36 +02:00
Add better caching, seek command
This commit is contained in:
parent
c446e0fd57
commit
fb91c8e89c
6 changed files with 280 additions and 91 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue