© 2026 Hedgehog Software, LLC
export class ValidRoroCommand extends Command { constructor(context, options) { super(context, { ...options, name: "Valide", }); } registerApplicationCommands(registry) { registry.registerContextMenuCommand(builder => builder // .setName(this.name) .setType(ApplicationCommandType.Message), ); }
V
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