aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/testDuration.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/testDuration.ts')
-rw-r--r--src/commands/dev/testDuration.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/dev/testDuration.ts b/src/commands/dev/testDuration.ts
index bf30840..2fc757e 100644
--- a/src/commands/dev/testDuration.ts
+++ b/src/commands/dev/testDuration.ts
@@ -1,7 +1,6 @@
import { stripIndents } from 'common-tags';
import { Message } from 'discord.js';
-import { BushCommand } from '../../lib/extensions/discord-akairo/BushCommand';
-import { BushSlashMessage } from '../../lib/extensions/discord-akairo/BushSlashMessage';
+import { BushCommand, BushSlashMessage } from '../../lib';
export default class TestDurationCommand extends BushCommand {
public constructor() {