aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushCache.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/BushCache.ts')
-rw-r--r--src/lib/utils/BushCache.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts
index 95c2346..f9def5e 100644
--- a/src/lib/utils/BushCache.ts
+++ b/src/lib/utils/BushCache.ts
@@ -9,9 +9,7 @@ class GlobalCache {
public static blacklistedUsers = new Array<Snowflake>();
}
-
export class BushCache {
public static global = GlobalCache;
- // eslint-disable-next-line @typescript-eslint/ban-types
- public static guilds = new Collection<Snowflake, Guild>()
+ public static guilds = new Collection<Snowflake, Guild>();
}