From 8fe0c614145ade89b0972cb8a6c7d40dfe5ccbbf Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Mon, 11 Apr 2022 22:55:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20cancel=20should=20now=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/shop/index.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/commands/shop/index.ts b/src/commands/shop/index.ts index 02aaa7a..8dc0e22 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.") ) ) ),