def test(message):
bot.send_message(message.chat.id, 'Укажите Ваше имя.')
bot.register_next_step_handler(message, test)
y = message.text
while y == '/test':
time.sleep(0.1)
else:
bot.send_message(message.chat.id, y)