From 1ac9f8099406739980bea5442b37d6191ad84791 Mon Sep 17 00:00:00 2001 From: Kyro3400 <66625200+Kyro3400@users.noreply.github.com> Date: Sat, 30 Oct 2021 11:36:23 -0400 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4041db4..ecfb15c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danbot-hosting", - "version": "0.1.5", + "version": "0.1.7", "description": "offical api wrapper for dan bot hosting", "main": "src/index.js", "scripts": { @@ -14,7 +14,7 @@ "api", "danbot-hosting" ], - "author": "tea cup", + "author": "Dan, tea cup, Kyro", "license": "MIT", "bugs": { "url": "https://github.com/danbot-devs/danbot-hosting/issues" @@ -24,6 +24,6 @@ "node-fetch": "^2.6.0" }, "devDependencies": { - "discord.js": "^12.2.0" + "discord.js": "^13.2.0" } }