if (this.parameters.botNameMatch !== params.botNameMatch) {
      this.botNameMatch = params.botNameMatch
      this.print(`%success% botNameMatch: %yellow%${this.botNameMatch ? 'on' : 'off'}%reset%`, 2);
    }