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):