From 5a80ea71ffa84197a78c3a1838f94c5811bb7944 Mon Sep 17 00:00:00 2001 From: Darien Rousseau <45698803+not-pyroman@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:46:11 -0600 Subject: [PATCH] History repeats itself and i keep forgetting to HOLD shift --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 274e4da..6b35bba 100644 --- a/index.js +++ b/index.js @@ -790,7 +790,7 @@ client.on("interactionCreate", async interaction => { } else { override = false; - ] + } gameData = wordScramble(override); wordScrambles[interaction.channel.id] = { word: gameData.word,