diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 15d48ca..cca93b9 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,17 @@ [ { + "name": "discordnim", + "url": "https://github.com/Krognol/discordnim", + "method": "git", + "tags": [ + "library", + "discord" + ], + "description": "Discord library for Nim", + "license": "MIT", + "web": "https://github.com/Krognol/discordnim" + }, + { "name": "argument_parser", "url": "https://github.com/Xe/argument_parser/", "method": "git", |
