aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-08-06 20:54:43 +0100
committerGitHub <noreply@github.com>2018-08-06 20:54:43 +0100
commitd36219092191818b34d1efae51bbf3bfa03b3648 (patch)
tree0a57e5b3ced1a134205334a512a937d357da9829
parent262ab4974173287e4050923e8631c98c6ec0c2eb (diff)
parent62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418 (diff)
downloadpackages-d36219092191818b34d1efae51bbf3bfa03b3648.tar.gz
packages-d36219092191818b34d1efae51bbf3bfa03b3648.zip
Merge pull request #814 from juancarlospaco/add-nim_telegram_bot1307
Added package nim_telegram_bot
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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"
}
]