aboutsummaryrefslogtreecommitdiff
path: root/lib/models/shared
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 12:39:42 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 12:39:42 -0400
commitbe60d01553dc4e948c8c13400d5a4932fd741ed8 (patch)
tree2b65b69d2d9706594ec4966a85e8351f0f4365fe /lib/models/shared
parent878bed986193c98ecde99b647b99015bcfec962e (diff)
downloadtanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.tar.gz
tanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.tar.bz2
tanzanite-be60d01553dc4e948c8c13400d5a4932fd741ed8.zip
misc
Diffstat (limited to 'lib/models/shared')
-rw-r--r--lib/models/shared/GuildCount.ts2
-rw-r--r--lib/models/shared/Shared.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/shared/GuildCount.ts b/lib/models/shared/GuildCount.ts
index 7afef56..25fd6c0 100644
--- a/lib/models/shared/GuildCount.ts
+++ b/lib/models/shared/GuildCount.ts
@@ -1,5 +1,5 @@
+import { Environment } from '#config';
import { DataTypes, Model, type Sequelize } from 'sequelize';
-import { Environment } from '../../../config/Config.js';
export interface GuildCountModel {
timestamp: Date;
diff --git a/lib/models/shared/Shared.ts b/lib/models/shared/Shared.ts
index bf8d461..3d83747 100644
--- a/lib/models/shared/Shared.ts
+++ b/lib/models/shared/Shared.ts
@@ -1,6 +1,6 @@
+import { BadWords } from '#lib/automod/AutomodShared.js';
import { Snowflake } from 'discord.js';
import { DataTypes, Sequelize } from 'sequelize';
-import { BadWords } from '../../automod/AutomodShared.js';
import { BaseModel } from '../BaseModel.js';
export interface SharedModel {