From 02ca9afef916e6ac9dc4d4314fee4ee8f28a6b64 Mon Sep 17 00:00:00 2001 From: Ninjdai <65647523+Ninjdai1@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:40:46 +0100 Subject: [PATCH] Update setup.js Corrected misplaced bracket --- commands/setup/setup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/setup/setup.js b/commands/setup/setup.js index 80ab690..fc846d7 100644 --- a/commands/setup/setup.js +++ b/commands/setup/setup.js @@ -89,5 +89,5 @@ module.exports = { SetupMod.execute(interaction); break; } - } -}; \ No newline at end of file + } +};