Рандомно текст должен выбираться:
@bot.message_handler(commands=['vana'])
def read_imena():
with open("./txt/imena.txt", "r") as file:
c = random.randint(0, 40)
a =
file.read()
return content
bot.send_message(chat_id, "Тебя зовут " +str(a)+ " и тебе " +str(c)+ " лет")