constructor()

in commands/run.js [39:43]


  constructor(id, secret, token) {
    this.id = id;
    this.secret = secret;
    this.token = token;
  }