diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-19 21:43:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-19 21:43:08 +0000 |
commit | e2787c5a15e6b9a0c00bc7ed31fe3d1774fb8ff1 (patch) | |
tree | 5801b5c996c901014d8f8f3761f4873703740ad8 /src/lib/utils/BushCache.ts | |
parent | b228c3b222f37ceaa888f926811e6cfadf33e24a (diff) | |
download | tanzanite-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.ts | 3 |
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>(); } |