Fix start command
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
1953d6f2cf
commit
26aaa13f60
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ proc startHandler(b: Telebot, c: Command): Future[bool] {.gcsafe, async.} =
|
|||
RateLimiter[c.message.chat.id] = @[epochTime()]
|
||||
if param == "":
|
||||
discard await b.sendMessage(c.message.chat.id,
|
||||
"Hey, To create a censored post, you can share any album, video, photo, gif, sticker, etc." &
|
||||
"Hey, To create a censored post, you can share any album, video, photo, gif, sticker, etc. " &
|
||||
"The response of the bot can be used to share the media with other chats.")
|
||||
else:
|
||||
if not dbConn.exists(CensoredData, "fhash = ?", param):
|
||||
|
|
Loading…
Reference in a new issue