diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:25:11 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:25:11 -0400 |
commit | b87eac9e63025501e6bdee0f24c578c6e43e57ad (patch) | |
tree | c0b8dc0b302c8bc320b387b5ab716aff02e55714 /src/commands/moderation/ban.ts | |
parent | 6bdeb62f39060c3b3a6a63dc375d172f5568af6a (diff) | |
download | tanzanite-b87eac9e63025501e6bdee0f24c578c6e43e57ad.tar.gz tanzanite-b87eac9e63025501e6bdee0f24c578c6e43e57ad.tar.bz2 tanzanite-b87eac9e63025501e6bdee0f24c578c6e43e57ad.zip |
a
Diffstat (limited to 'src/commands/moderation/ban.ts')
-rw-r--r-- | src/commands/moderation/ban.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/ban.ts b/src/commands/moderation/ban.ts index b3d97d2..2116a64 100644 --- a/src/commands/moderation/ban.ts +++ b/src/commands/moderation/ban.ts @@ -1,6 +1,6 @@ import { AllowedMentions, BushCommand, BushMessage, BushSlashMessage } from '@lib'; import { Snowflake, User } from 'discord.js'; -import { Moderation } from '../../lib/common/Moderation'; +import { Moderation } from '../../lib/common/_moderation'; export default class BanCommand extends BushCommand { public constructor() { |