@bot.callback_query_handler(func=lambda call: True)
def callback_query(call):
if call.data == "cb_rol":
bot.register_next_step_handler(call.message, rol)
elif call.data == "cb_dn":
bot.answer_callback_query(call.id, "День")
@bot.message_handler(content_types=['text'])
def rol(message):
print('test')