From 02df30a9566ee72cc7828b6f38625765b3df140d Mon Sep 17 00:00:00 2001 From: snxraven Date: Tue, 25 Jan 2022 00:05:28 +0000 Subject: [PATCH] Update 'package.json' --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bfaffad..54a02ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "guidebot", - "version": "2.1.0", - "description": "A boilerplate example bot with command handler and reloadable commands. Updated and Maintained by the Idiot's Guide Community", + "name": "DisKanBot", + "version": "1.2.0", + "description": "A bot that connects to the KanBoard API", "main": "index.js", "scripts": { "start": "node index.js" @@ -11,17 +11,17 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/AnIdiotsGuide/guidebot.git" + "url": "gitea@git.codingvm.codes:snxraven/DisKan.git" }, - "author": "Evelyne Lachance (http://evie.codes)", + "author": "Raven Scott (https://chksrv.pro)", "contributors": [ "York (http://anidiots.guide)" ], "license": "MIT", "bugs": { - "url": "https://github.com/AnIdiotsGuide/guidebot/issues" + "url": "https://git.codingvm.codes/snxraven/DisKan/issues" }, - "homepage": "https://github.com/AnIdiotsGuide/guidebot#readme", + "homepage": "https://git.codingvm.codes/snxraven/DisKan", "dependencies": { "@aahlw/peji": "^1.0.0", "@discordjs/builders": "^0.2.0",