aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-07-02 13:07:28 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-07-02 13:07:28 +0700
commit8094b1ae4108aa1edfa1d1f698fdbb9342685be2 (patch)
treedafd7ec59ea71bfa1ee0c7d4c35122825d68cc6b
parent33eca502e0aaa69d3b96e88654363eaf3c396b74 (diff)
downloadpackages-8094b1ae4108aa1edfa1d1f698fdbb9342685be2.tar.gz
packages-8094b1ae4108aa1edfa1d1f698fdbb9342685be2.zip
Add `telebot` package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index af5d6f6..a299c7f 100644
--- a/packages.json
+++ b/packages.json
@@ -1785,5 +1785,14 @@
"description": "Arbitrary base encoding-decoding functions, defaulting to Base-62.",
"license": "MIT",
"web": "https://github.com/singularperturbation/base62-encode"
+ },
+ {
+ "name": "telebot",
+ "url": "https://github.com/rgv151/telebot.nim",
+ "method": "git",
+ "tags": ["telebot", "telegram", "bot", "api", "client", "async"],
+ "description": "Async Telegram Bot API Client",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/telebot.nim"
}
]