diff options
| author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-28 21:51:17 -0400 |
|---|---|---|
| committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-28 21:51:17 -0400 |
| commit | 14eb0e617b084080c4cffc5b781b311c65c5f928 (patch) | |
| tree | 9aaf1734c1e739814a913afeda40c56b0f84df61 /lib/common | |
| parent | 03b26d5f00422f3aaddce3db2186765863b1eca0 (diff) | |
| download | tanzanite-14eb0e617b084080c4cffc5b781b311c65c5f928.tar.gz tanzanite-14eb0e617b084080c4cffc5b781b311c65c5f928.tar.bz2 tanzanite-14eb0e617b084080c4cffc5b781b311c65c5f928.zip | |
rebrand v3
Diffstat (limited to 'lib/common')
| -rw-r--r-- | lib/common/BotCache.ts (renamed from lib/common/BushCache.ts) | 2 | ||||
| -rw-r--r-- | lib/common/HighlightManager.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/BushCache.ts b/lib/common/BotCache.ts index 22a13ef..e91d9e5 100644 --- a/lib/common/BushCache.ts +++ b/lib/common/BotCache.ts @@ -1,7 +1,7 @@ import { BadWords, GlobalModel, SharedModel, type Guild } from '#lib'; import { Collection, type Snowflake } from 'discord.js'; -export class BushCache { +export class BotCache { public global = new GlobalCache(); public shared = new SharedCache(); public guilds = new GuildCache(); diff --git a/lib/common/HighlightManager.ts b/lib/common/HighlightManager.ts index cc31413..ca71a83 100644 --- a/lib/common/HighlightManager.ts +++ b/lib/common/HighlightManager.ts @@ -10,7 +10,7 @@ import { type Snowflake, type TextBasedChannel } from 'discord.js'; -import { colors, Time } from '../utils/BushConstants.js'; +import { colors, Time } from '../utils/Constants.js'; import { sanitizeInputForDiscord } from '../utils/Format.js'; const NOTIFY_COOLDOWN = 5 * Time.Minute; |
