def bladrim(update: Update, context: CallbackContext): check_log(update, context, "bladrim") message_text = EasterEgg.get_bladrim() context.bot.sendMessage(chat_id=update.message.chat_id, text=message_text)
def bladrim(bot, update): check_log(bot, update, "bladrim") message_text = EasterEgg.get_bladrim() bot.sendMessage(chat_id=update.message.chat_id, text=message_text)