aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/dm.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/dm.ts')
-rw-r--r--src/commands/dev/dm.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/dm.ts b/src/commands/dev/dm.ts
index c1340b1..e51651e 100644
--- a/src/commands/dev/dm.ts
+++ b/src/commands/dev/dm.ts
@@ -1,7 +1,7 @@
-import { BushCommand, clientSendAndPermCheck, emojis, format, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
+import { BotCommand, clientSendAndPermCheck, emojis, format, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
import { ApplicationCommandOptionType } from 'discord.js';
-export default class DMCommand extends BushCommand {
+export default class DMCommand extends BotCommand {
public constructor() {
super('dm', {
aliases: ['dm'],