We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee7311 commit c692025Copy full SHA for c692025
2 files changed
src/telebot/private/utils.nim
@@ -14,7 +14,7 @@ template procName*: string =
14
var internalProcName {.exportc, inject.}: cstring
15
{.emit: "`internalProcName` = __func__;".}
16
var realProcName {.inject.}: string
17
- discard parseUntil($internalProcName, realProcName, "Iter__")
+ discard parseUntil($internalProcName, realProcName, "Iter_")
18
realProcName
19
20
template hasCommand*(update: Update, username: string): bool =
telebot.nimble
@@ -1,4 +1,4 @@
1
-version = "1.0.7"
+version = "1.0.8"
2
author = "Huy Doan"
3
description = "Async Telegram Bot API Client"
4
license = "MIT"
0 commit comments