Fix command name

This commit is contained in:
Tarrgon
2025-05-29 21:41:36 -04:00
parent 36f7da2d19
commit 82ed12d3aa
+2 -2
View File
@@ -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)