diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 923ed0b..d1c0743 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,13 @@ "dependencies": { "@discordjs/opus": "^0.4.0", "airtable": "^0.10.1", + "axios": "^0.21.1", "discord.js": "^12.5.1", "dotenv": "^8.2.0", "ffmpeg-static": "^4.2.7", "node-fetch": "^2.6.1", "yt-search": "^2.7.3", - "ytdl-core": "^4.5.0" + "ytdl-core": "^4.8.0" }, "engines": { "node": "12.16.3" |