From 329eaa0113edd1f015fb1c174d3aa45626a379e5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 12 Jun 2026 09:52:49 -0600 Subject: [PATCH] Bleh 2 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7c6a5a0..08888db 100644 --- a/index.js +++ b/index.js @@ -1441,7 +1441,7 @@ discord.on("interactionCreate", async (interaction) => { //2. directly trigger handleDiscord with a fake message for the fake room. let randStr = interaction.options.getString("randstr") || Math.random().toString(36).substring(2, 15) - handleDiscord(require("./testmsg.json")); + handleDiscord(require("./testmsg.json"), randStr); output += "Triggered handleDiscord with test message.\n"; interaction.editReply({ content: output, ephemeral: true }); setTimeout(() => {