diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-08-06 10:07:15 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-08-06 10:07:15 -0300 |
| commit | 62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418 (patch) | |
| tree | 0a57e5b3ced1a134205334a512a937d357da9829 | |
| parent | 262ab4974173287e4050923e8631c98c6ec0c2eb (diff) | |
| download | packages-62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418.tar.gz packages-62ae4eed2aba364ba86ae3f2f3f7a6ba2681e418.zip | |
Added package nim_telegram_bot
| -rw-r--r-- | packages.json | 16 |
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" } ] |
