From 82ed12d3aa233be4998e46ee9944b829d2cc2660 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Thu, 29 May 2025 21:41:36 -0400 Subject: [PATCH] Fix command name --- src/commands/whois.context-menu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/whois.context-menu.ts b/src/commands/whois.context-menu.ts index 31ba047..89b389f 100644 --- a/src/commands/whois.context-menu.ts +++ b/src/commands/whois.context-menu.ts @@ -2,9 +2,9 @@ import { ApplicationIntegrationType, Client, InteractionContextType, PermissionF import { channelIsInStaffCategory, handleWhoIsInteraction } from '../utils'; export default { - name: 'whois', + name: 'whois-context', data: new ContextMenuCommandBuilder() - .setName('whois') + .setName('whois-context') .setIntegrationTypes(ApplicationIntegrationType.GuildInstall) .setContexts(InteractionContextType.Guild) .setDefaultMemberPermissions(PermissionFlagsBits.BanMembers)