From 4e32812f06d9a052929c0a7991afda65f8a6797f Mon Sep 17 00:00:00 2001 From: KrispPurg <34076219+krisppurg@users.noreply.github.com> Date: Fri, 24 Apr 2020 12:07:27 +0100 Subject: [PATCH] Add package dimscord (#1446) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index c6b0693..aff0208 100644 --- a/packages.json +++ b/packages.json @@ -17507,5 +17507,21 @@ "license": "MIT", "web": "https://github.com/khchen/wAuto", "doc": "https://khchen.github.io/wAuto" + }, + { + "name": "dimscord", + "url": "https://github.com/krisppurg/dimscord", + "method": "git", + "tags": [ + "discord", + "api", + "library", + "rest", + "gateway", + "client" + ], + "description": "A Discord Bot & REST Library.", + "license": "MIT", + "web": "https://github.com/krisppurg/dimscord" } -] \ No newline at end of file +]