From e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 21:43:08 +0000 Subject: Automatically format code --- src/lib/utils/BushCache.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/utils') diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts index e4eaf55..f9def5e 100644 --- a/src/lib/utils/BushCache.ts +++ b/src/lib/utils/BushCache.ts @@ -9,8 +9,7 @@ class GlobalCache { public static blacklistedUsers = new Array(); } - export class BushCache { public static global = GlobalCache; - public static guilds = new Collection() + public static guilds = new Collection(); } -- cgit