diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:12:23 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-10 22:12:23 -0500 |
commit | 9923f0751396decaa6febcaa54da9b6ad9b596b1 (patch) | |
tree | 5022a611ae156ff2cd6edb8c124113b539845213 /src/lib/models/ActivePunishment.ts | |
parent | 8928d95b87e036f731c7a65d8646d75f5bb42c93 (diff) | |
download | tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.tar.gz tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.tar.bz2 tanzanite-9923f0751396decaa6febcaa54da9b6ad9b596b1.zip |
fixed lots of shit I think
Diffstat (limited to 'src/lib/models/ActivePunishment.ts')
-rw-r--r-- | src/lib/models/ActivePunishment.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/models/ActivePunishment.ts b/src/lib/models/ActivePunishment.ts index 23dd33b..ec1b500 100644 --- a/src/lib/models/ActivePunishment.ts +++ b/src/lib/models/ActivePunishment.ts @@ -2,10 +2,8 @@ import { type Snowflake } from 'discord.js'; import { nanoid } from 'nanoid'; import { type Sequelize } from 'sequelize'; import { BaseModel } from './BaseModel.js'; - const { DataTypes } = (await import('sequelize')).default - export enum ActivePunishmentType { BAN = 'BAN', MUTE = 'MUTE', |