bring telebot back (#23578)

Reverts nim-lang/Nim#23566
ref
afe4ad877e
This commit is contained in:
ringabout
2024-05-07 19:13:41 +08:00
committed by GitHub
parent 1ef4d04a1e
commit 78d70d5fdf

View File

@@ -157,7 +157,7 @@ pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim"
pkg "supersnappy"
pkg "synthesis"
pkg "taskpools"
pkg "telebot", "nim c -o:tbot -r src/telebot.nim", allowFailure = true
pkg "telebot", "nim c -o:tbot -r src/telebot.nim"
pkg "tempdir"
pkg "templates"
pkg "tensordsl", "nim c -r --mm:refc tests/tests.nim", "https://krux02@bitbucket.org/krux02/tensordslnim.git"