diff --git a/src/pmc.ts b/src/pmc.ts index 84574a7..55b9b6a 100644 --- a/src/pmc.ts +++ b/src/pmc.ts @@ -17,7 +17,7 @@ export class PMCs public updatePmcs(): void { - const pmc = this.botConfig.equipment.pmc.whitelist; + this.generatePmcs(); } private generatePmcs()