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)