From bd2caad88e848b9d406470828c3961fa0015ebd7 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Sat, 19 Dec 2020 21:17:47 +1100 Subject: [PATCH] Added package dimscmd (#1758) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3bc4cab..38e1e05 100644 --- a/packages.json +++ b/packages.json @@ -20857,5 +20857,18 @@ "description": "Domain Name System (DNS) protocol for Nim programming language", "license": "MIT", "web": "https://github.com/rockcavera/nim-dnsprotocol" + }, + { + "name": "dimscmd", + "url": "https://github.com/ire4ever1190/dimscordCommandHandler", + "method": "git", + "tags": [ + "discord,", + "dimscord,", + "library" + ], + "description": "A command handler for the dimscord discord library", + "license": "MIT", + "web": "https://github.com/ire4ever1190/dimscordCommandHandler" } ]