diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-30 13:04:24 -0400 |
commit | f5c2b7b946487c2828365cc63bc6f471dd6cfc2f (patch) | |
tree | b225533c2858105b85ba118588954d9cb1ee9781 /package.json | |
parent | 1c6d451ffd63f9805b978e8565807e8a6b528681 (diff) | |
download | tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.gz tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.tar.bz2 tanzanite-f5c2b7b946487c2828365cc63bc6f471dd6cfc2f.zip |
clean up and fix stuff
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6e218a5..ab53e62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bush-bot", "version": "3.0.0", - "description": "A custom bot for Moulberry's Bush", + "description": "A multipurpose moderation bot developed for Moulberry's Bush.", "main": "dist/src/bot.js", "repository": "https://github.com/NotEnoughUpdates/bush-bot-3.0", "author": "IRONM00N#0001 (@IRONM00N)", @@ -51,6 +51,7 @@ "dependencies": { "@discordjs/voice": "^0.4.0", "body-parser": "^1.19.0", + "canvas": "^2.8.0", "chalk": "^4.1.1", "common-tags": "^1.8.0", "discord-akairo": "NotEnoughUpdates/discord-akairo", @@ -63,7 +64,6 @@ "madge": "^5.0.1", "module-alias": "^2.2.2", "moment": "^2.29.1", - "node-canvas": "^2.7.0", "node-fetch": "^2.6.1", "pg": "^8.5.1", "pg-hstore": "^2.3.3", |