aboutsummaryrefslogtreecommitdiff
path: root/src/commands/config/log.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config/log.ts')
-rw-r--r--src/commands/config/log.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/config/log.ts b/src/commands/config/log.ts
index c364a35..af68483 100644
--- a/src/commands/config/log.ts
+++ b/src/commands/config/log.ts
@@ -1,6 +1,6 @@
-import { BushCommand, BushMessage, BushSlashMessage, guildLogsArr, GuildLogType } from '@lib';
-import { ArgumentOptions, Flag } from 'discord-akairo';
-import { TextChannel } from 'discord.js';
+import { BushCommand, guildLogsArr, type BushMessage, type BushSlashMessage, type GuildLogType } from '@lib';
+import { type ArgumentOptions, type Flag } from 'discord-akairo';
+import { type TextChannel } from 'discord.js';
export default class LogCommand extends BushCommand {
public constructor() {