aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/_lockdown.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moderation/_lockdown.ts')
-rw-r--r--src/commands/moderation/_lockdown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/_lockdown.ts b/src/commands/moderation/_lockdown.ts
index e71bd80..029db29 100644
--- a/src/commands/moderation/_lockdown.ts
+++ b/src/commands/moderation/_lockdown.ts
@@ -1,4 +1,4 @@
-import { BushCommand, type BushMessage, type BushNewsChannel, type BushSlashMessage, type BushTextChannel } from '@lib';
+import { BushCommand, type BushMessage, type BushNewsChannel, type BushSlashMessage, type BushTextChannel } from '#lib';
export default class LockdownCommand extends BushCommand {
public constructor() {