diff options
| author | 8cy <[email protected]> | 2020-06-06 09:09:25 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-06 09:09:25 -0700 |
| commit | 9d9d024fb0d8c9105d625edebdefb0d5a23341db (patch) | |
| tree | 854cdbc5712434d26cca03439210716b1987470e /package.json | |
| parent | owner can remove darling, change website cmd url (diff) | |
| download | dep-core-9d9d024fb0d8c9105d625edebdefb0d5a23341db.tar.xz dep-core-9d9d024fb0d8c9105d625edebdefb0d5a23341db.zip | |
add whois, change versioning in package.json
make msgContent a const instead of a var in app.js
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 c84b518..672f55b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uwufier", - "version": "1.10.21", + "version": "1.10.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -55,6 +55,7 @@ "simple-youtube-api": "^5.2.1", "spongibobu.js": "^1.1.0", "uwufy": "^1.0.5", + "whois": "^2.12.1", "winston": "^3.2.1", "ytdl-core": "^2.1.0", "zero-two-quotes": "^1.0.2" |