From 245b8e22b2a07e1174dbcd688f38e9206d49200a Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Mon, 11 Apr 2022 22:49:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20shop=20cancel=20is=20now?= =?UTF-8?q?=20shop=20roles=20cancel?= 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 5ec480e..8dc0e22 100644 --- a/src/commands/shop/index.ts +++ b/src/commands/shop/index.ts @@ -47,15 +47,15 @@ export default { ) ) ) - ) - .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.") + ) ) ), async execute(interaction: CommandInteraction) {