From 26aaa13f606ab01c59ed6920db42981c72c8fb13 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 17 Apr 2022 20:24:20 +0530 Subject: [PATCH] Fix start command Signed-off-by: baalajimaestro --- src/nim_censor_bot.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nim_censor_bot.nim b/src/nim_censor_bot.nim index 0182ced..28cf9dc 100644 --- a/src/nim_censor_bot.nim +++ b/src/nim_censor_bot.nim @@ -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):