I try to create a nodejs chatbot from example in documentation, but not works

the error i get is this

Failed to subscribe to channel.chat.message. API call returned status code 400
{
  error: 'Bad Request',
  status: 400,
  message: 'cannot create a subscription for a user that does not exist'
}

i’ve read this Can't get twitch's node.js chat bot example to connect - #3 by hrrmrr but not works :frowning: