diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-09 09:31:55 -0500 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-09 09:31:55 -0500 |
| commit | e26413dde461729694c36a92e01970df15eb68a5 (patch) | |
| tree | 3591852bd988e5fc0aa5a60850ed75666c66209c /src/lib/utils | |
| parent | 522a629a945ecaf1c53aae55fd2d5dfe7346aad4 (diff) | |
| download | tanzanite-e26413dde461729694c36a92e01970df15eb68a5.tar.gz tanzanite-e26413dde461729694c36a92e01970df15eb68a5.tar.bz2 tanzanite-e26413dde461729694c36a92e01970df15eb68a5.zip | |
this is a really bad idea
Diffstat (limited to 'src/lib/utils')
| -rw-r--r-- | src/lib/utils/BushCache.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts index 1f50fba..22a13ef 100644 --- a/src/lib/utils/BushCache.ts +++ b/src/lib/utils/BushCache.ts @@ -20,6 +20,7 @@ export class SharedCache implements Omit<SharedModel, 'primaryKey'> { public badLinksSecret: string[] = []; public badLinks: string[] = []; public badWords: BadWords = {}; + public autoBanCode: string | null = null; } export class GuildCache extends Collection<Snowflake, Guild> {} |
