From c2982d5a9d74c43337d423adf86bbf6573c481d7 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 25 Nov 2020 16:03:50 +0100 Subject: [PATCH] re-enable telebot --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index d12f83cc97c92..659194a4a89af 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -82,7 +82,7 @@ pkg "sdl2_nim", false, "nim c -r sdl2/sdl.nim" pkg "snip", false, "nimble test", "https://github.com/genotrance/snip" pkg "stint", false, "nim c -o:stintt -r stint.nim" pkg "strunicode", true, "nim c -r src/strunicode.nim" -# pkg "telebot", true, "nim c -o:tbot -r src/telebot.nim" +pkg "telebot", true, "nim c -o:tbot -r src/telebot.nim" pkg "tempdir" pkg "tensordsl", false, "nim c -r tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git" pkg "tiny_sqlite"