From f45708397f68158045673be4301910dcde4a1642 Mon Sep 17 00:00:00 2001 From: Nolan Platt <43970139+nolanplatt@users.noreply.github.com> Date: Sat, 12 Feb 2022 10:48:49 -0800 Subject: [PATCH] Add discord.nim package (#2147) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7424a8c..f2ff078 100644 --- a/packages.json +++ b/packages.json @@ -25221,5 +25221,18 @@ "description": "Full-featured CRC library for Nim.", "license": "MIT", "web": "https://github.com/sumatoshi/w8crc" + }, + { + "name": "discord.nim", + "url": "https://github.com/nolanplatt/discord.nim", + "method": "git", + "tags": [ + "nim-discord-api", + "discord", + "discord-library" + ], + "description": "Powerful wrapper for Discord's API built in Nim", + "license": "MIT", + "web": "https://github.com/nolanplatt/discord.nim" } ]