Jump to content
McKay Development

ToXaHo

Member
  • Posts

    5
  • Joined

  • Last visited

ToXaHo's Achievements

  1. How can I get it, if nothing comes?
  2. Can someone help me?
  3. this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { console.log(err); console.log(needsSmsCode); }); Nothing gives me, can you give more working code?
  4. this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { }); It does not return anything
  5. my code this.client.changeEmail({password: "example", email: '[email protected]'}, (err, needsSmsCode) => { });
×
×
  • Create New...