diff options
| author | Huy ☭ <rgv151@users.noreply.github.com> | 2015-07-02 13:07:28 +0700 |
|---|---|---|
| committer | Huy ☭ <rgv151@users.noreply.github.com> | 2015-07-02 13:07:28 +0700 |
| commit | 8094b1ae4108aa1edfa1d1f698fdbb9342685be2 (patch) | |
| tree | dafd7ec59ea71bfa1ee0c7d4c35122825d68cc6b | |
| parent | 33eca502e0aaa69d3b96e88654363eaf3c396b74 (diff) | |
| download | packages-8094b1ae4108aa1edfa1d1f698fdbb9342685be2.tar.gz packages-8094b1ae4108aa1edfa1d1f698fdbb9342685be2.zip | |
Add `telebot` package
| -rw-r--r-- | packages.json | 9 |
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" } ] |
