From 0bc10c0c6b0a4cb45b6790d6c974bfa4c8f69d75 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 30 Aug 2021 16:56:11 -0600 Subject: [PATCH] Add missing space --- src/endpoints/management/create_bracket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/management/create_bracket.ts b/src/endpoints/management/create_bracket.ts index 778790f..1722ed8 100644 --- a/src/endpoints/management/create_bracket.ts +++ b/src/endpoints/management/create_bracket.ts @@ -94,7 +94,7 @@ export default { type: 3, custom_id: `quote`, placeholder: `Choose Your Favourite Quote`, - options:quotes.map((_, i) => { + options: quotes.map((_, i) => { return { label: `Quote ${i + 1}`, value: i,