diff options
| author | Alee <alee14498@gmail.com> | 2018-06-24 22:36:58 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-06-24 22:36:58 -0400 |
| commit | 2783ab5634b54492c2d487d11bcacad767f57833 (patch) | |
| tree | fc5f0b314e0d0be5eb7535dd2f4701efaef5b874 /package.json | |
| parent | 1abdcfe8c1ec71b8a432f36fc60555431c2a247d (diff) | |
| download | AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.tar.gz AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.tar.bz2 AleeBot-2783ab5634b54492c2d487d11bcacad767f57833.zip | |
Added music back (finally) and changed from 2.10.1 to 2.11.0 Beta
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 2b778c0..7764612 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,12 @@ "fs": "0.0.1-security", "git-last-commit": "^0.3.0", "moment": "^2.21.0", + "node-opus": "^0.3.0", "os": "^0.1.1", "parse-ms": "^1.0.1", "quick.db": "^6.3.1", - "readline": "^1.3.0" + "readline": "^1.3.0", + "ytdl-core": "^0.20.4" }, "devDependencies": {} } |
