aboutsummaryrefslogtreecommitdiff
path: root/src/inhibitors/command/nsfw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/inhibitors/command/nsfw.ts')
-rw-r--r--src/inhibitors/command/nsfw.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inhibitors/command/nsfw.ts b/src/inhibitors/command/nsfw.ts
index 563cb7a..ba798c2 100644
--- a/src/inhibitors/command/nsfw.ts
+++ b/src/inhibitors/command/nsfw.ts
@@ -1,5 +1,5 @@
-import { BushCommand, BushInhibitor, BushMessage, BushSlashMessage } from '@lib';
-import { TextChannel } from 'discord.js';
+import { BushInhibitor, type BushCommand, type BushMessage, type BushSlashMessage } from '@lib';
+import { type TextChannel } from 'discord.js';
export default class NsfwInhibitor extends BushInhibitor {
public constructor() {