Jump to content
McKay Development

ToXaHo

Member
  • Posts

    5
  • Joined

  • Last visited

ToXaHo's Achievements

  1. 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?
  2. this.client.changeEmail({password: "example", newEmail: "[email protected]"}, (err, needsSmsCode) => { }); It does not return anything
  3. my code this.client.changeEmail({password: "example", email: '[email protected]'}, (err, needsSmsCode) => { });
×
×
  • Create New...