From 62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Mon, 6 Aug 2018 10:07:15 -0300 Subject: [PATCH] Added package nim_telegram_bot --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index a926fe3..4eca2bd 100644 --- a/packages.json +++ b/packages.json @@ -10160,5 +10160,21 @@ "description": "Our very personal collection of utilities", "license": "MIT", "web": "https://github.com/fragcolor-xyz/fragments" + }, + { + "name": "nim_telegram_bot", + "url": "https://github.com/juancarlospaco/nim-telegram-bot", + "method": "git", + "tags": [ + "telegram", + "bot", + "telebot", + "async", + "multipurpose", + "chat" + ], + "description": "Generic Configurable Telegram Bot for Nim, with builtin basic functionality and Plugins", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-telegram-bot" } ]