diff --git a/src/commands/shop/index.ts b/src/commands/shop/index.ts index 8dc0e22..02aaa7a 100644 --- a/src/commands/shop/index.ts +++ b/src/commands/shop/index.ts @@ -46,15 +46,15 @@ export default { "Color of the role you wish to purchase (For example RED or BLUE or GREEN)." ) ) - ) - .addSubcommand((command) => - command - .setName("cancel") - .setDescription("Cancel a custom role") - .addRoleOption((option) => - option - .setName("role") - .setDescription("Name of the role you wish to cancel.") + .addSubcommand((command) => + command + .setName("cancel") + .setDescription("Cancel a custom role") + .addRoleOption((option) => + option + .setName("role") + .setDescription("Name of the role you wish to cancel.") + ) ) ) ),