From 02d6c9e573f4827940b688d9320bbde4e481ea77 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 27 May 2022 15:11:35 +0200 Subject: Enable PluralKit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index 7c54827..826e55e 100644 --- a/index.js +++ b/index.js @@ -67,10 +67,10 @@ function cacheReload() { refresh().then(data => { console.log("Refresh halfway done!"); serverCache = data; - /*pkRefresh().then(data => { + pkRefresh().then(data => { console.log("Refresh totally done!"); pluralCache = data; - });*/ + }); }); } -- cgit