diff options
| author | 8cy <[email protected]> | 2020-04-28 11:08:22 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-28 11:08:22 -0700 |
| commit | 0f2a43a4b07121e125ad386843c42a16a2c5cd25 (patch) | |
| tree | a255b4ccc06f3a7267f0b5e3563212a047f9dfed /package.json | |
| parent | remove lotr, v.8.1.1 (diff) | |
| download | dep-core-0f2a43a4b07121e125ad386843c42a16a2c5cd25.tar.xz dep-core-0f2a43a4b07121e125ad386843c42a16a2c5cd25.zip | |
change darling quote calc method, add 002 quotes to quote, v8.1.2
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 9b6eac1..ad06d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "8.1.1", + "version": "8.1.2", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -40,7 +40,8 @@ "popular-movie-quotes": "^1.2.4", "simple-youtube-api": "^5.2.1", "spongibobu.js": "^1.1.0", - "ytdl-core": "^2.1.0" + "ytdl-core": "^2.1.0", + "zero-two-quotes": "^1.0.1" }, "devDependencies": { "@types/express": "^4.17.6", |