diff options
Diffstat (limited to 'src/commands/moderation/_lockdown.ts')
-rw-r--r-- | src/commands/moderation/_lockdown.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/_lockdown.ts b/src/commands/moderation/_lockdown.ts index 34d5698..e71bd80 100644 --- a/src/commands/moderation/_lockdown.ts +++ b/src/commands/moderation/_lockdown.ts @@ -1,4 +1,4 @@ -import { BushCommand, BushMessage, BushNewsChannel, BushSlashMessage, BushTextChannel } from '@lib'; +import { BushCommand, type BushMessage, type BushNewsChannel, type BushSlashMessage, type BushTextChannel } from '@lib'; export default class LockdownCommand extends BushCommand { public constructor() { |