From 3d6935baab493f3d19e45bf7106ed78d560ae17e Mon Sep 17 00:00:00 2001 From: Valens Date: Sun, 8 Jan 2023 01:27:37 -0500 Subject: [PATCH] Doing more dumb stuff, haha oops. --- src/pmc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()