aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/inviteInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/inviteInfo.ts')
-rw-r--r--src/commands/info/inviteInfo.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/info/inviteInfo.ts b/src/commands/info/inviteInfo.ts
index 5df86ad..590bf16 100644
--- a/src/commands/info/inviteInfo.ts
+++ b/src/commands/info/inviteInfo.ts
@@ -1,7 +1,7 @@
-import { Arg, ArgType, BushCommand, clientSendAndPermCheck, colors, type CommandMessage, type SlashMessage } from '#lib';
+import { Arg, ArgType, BotCommand, clientSendAndPermCheck, colors, type CommandMessage, type SlashMessage } from '#lib';
import { ApplicationCommandOptionType, EmbedBuilder, Invite, PermissionFlagsBits } from 'discord.js';
-export default class InviteInfoCommand extends BushCommand {
+export default class InviteInfoCommand extends BotCommand {
public constructor() {
super('inviteInfo', {
aliases: ['invite-info', 'ii'],