From 9f591445fc64268db7d7ee4396aec9a7fa1029fe Mon Sep 17 00:00:00 2001 From: RoughCactus69420 Date: Fri, 18 Aug 2023 19:08:11 -0500 Subject: [PATCH] Random Z in code. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index bdfb26c..d336650 100644 --- a/index.js +++ b/index.js @@ -798,7 +798,7 @@ client.on("interactionCreate", async interaction => { interaction.reply({ content: "Word scramble started.", ephemeral: true - z}) + }) // Set a timer for 30 seconds, if the word isn't guessed by then, delete the wordScrambles object wordScrambles[interaction.channel.id].timer = setTimeout(() => { interaction.channel.send({