aboutsummaryrefslogtreecommitdiff
path: root/src/lib/utils/BushCache.ts
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 21:43:08 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 21:43:08 +0000
commite2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1 (patch)
tree5801b5c996c901014d8f8f3761f4873703740ad8 /src/lib/utils/BushCache.ts
parentb228c3b222f37ceaa888f926811e6cfadf33e24a (diff)
downloadtanzanite-e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1.tar.gz
tanzanite-e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1.tar.bz2
tanzanite-e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1.zip
Automatically format code
Diffstat (limited to 'src/lib/utils/BushCache.ts')
-rw-r--r--src/lib/utils/BushCache.ts3
1 files changed, 1 insertions, 2 deletions
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<Snowflake>();
}
-
export class BushCache {
public static global = GlobalCache;
- public static guilds = new Collection<Snowflake, Guild>()
+ public static guilds = new Collection<Snowflake, Guild>();
}