© 2026 Hedgehog Software, LLC
public override registerApplicationCommands(registry: Command.Registry) { registry.registerChatInputCommand((builder) => applyLocalizedBuilder(builder, 'commands/help:name', 'commands/help:description').addStringOption( (option) => applyLocalizedBuilder(option, 'commands/help:options.category', 'commands/help:options.category.description').addChoices( { name: 'commands/help:choices.general', value: 'general' }, { name: 'commands/help:choices.profile', value: 'profile' }, ) ) ); }
Join the Discord to ask follow-up questions and connect with the community
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,286 Members