aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/mute.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:26:08 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:26:08 -0400
commit9817b2e6045df07a4b6195be4ec78a61cac9e74f (patch)
treeb5b5a8ff528f5ba95508c4aa59b4b7b7d1d8f5e7 /src/commands/moderation/mute.ts
parentb87eac9e63025501e6bdee0f24c578c6e43e57ad (diff)
downloadtanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.tar.gz
tanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.tar.bz2
tanzanite-9817b2e6045df07a4b6195be4ec78a61cac9e74f.zip
b
Diffstat (limited to 'src/commands/moderation/mute.ts')
-rw-r--r--src/commands/moderation/mute.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/mute.ts b/src/commands/moderation/mute.ts
index 0579129..03ecf2a 100644
--- a/src/commands/moderation/mute.ts
+++ b/src/commands/moderation/mute.ts
@@ -1,5 +1,5 @@
import { AllowedMentions, BushCommand, BushMessage, BushSlashMessage, BushUser } from '@lib';
-import { Moderation } from '../../lib/common/_moderation';
+import { Moderation } from '../../lib/common/Moderation';
export default class MuteCommand extends BushCommand {
public constructor() {