constructor() {
    if (db.settings.get('api.twitch.auth.token').value() &&
      !this.token) this.init();
  }