diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:26:08 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:26:08 -0400 |
commit | 9817b2e6045df07a4b6195be4ec78a61cac9e74f (patch) | |
tree | b5b5a8ff528f5ba95508c4aa59b4b7b7d1d8f5e7 /src/commands/moderation/warn.ts | |
parent | b87eac9e63025501e6bdee0f24c578c6e43e57ad (diff) | |
download | tanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.tar.gz tanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.tar.bz2 tanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.zip |
b
Diffstat (limited to 'src/commands/moderation/warn.ts')
-rw-r--r-- | src/commands/moderation/warn.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/warn.ts b/src/commands/moderation/warn.ts index 46ca7c9..6ae8442 100644 --- a/src/commands/moderation/warn.ts +++ b/src/commands/moderation/warn.ts @@ -1,5 +1,5 @@ import { BushCommand, BushGuildMember, BushMessage, BushSlashMessage, BushUser } from '@lib'; -import { Moderation } from '../../lib/common/_moderation'; +import { Moderation } from '../../lib/common/Moderation'; export default class WarnCommand extends BushCommand { public constructor() { |