import asyncdispatch, telebot, os proc sarcasmCommand* (bot: Telebot, command: Command): Future[bool] {.async.} = discard await bot.sendSticker(command.message.chat.id, "file://" & getEnv("ASSETS_PATH") & "/pics/sarcasm_sign.webp", replyToMessageId = command.message.messageId)