From b29a217f76483e000bd9d75d30250d11a0a88c4d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:03:21 -0400 Subject: added steal command, revamped error handling and other stuff --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3e35241..5855fe9 100644 --- a/package.json +++ b/package.json @@ -134,5 +134,10 @@ "singleQuote": true, "trailingComma": "none" }, - "packageManager": "yarn@3.0.0" + "packageManager": "yarn@3.0.0", + "dependenciesMeta": { + "discord.js@13.2.0-dev": { + "unplugged": true + } + } } -- cgit