From eab6b8dc38a25f55e47703631a171c3774db6157 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 24 Mar 2024 03:57:18 -0600 Subject: [PATCH] AAA --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 2656766..856394b 100644 --- a/index.js +++ b/index.js @@ -1167,6 +1167,8 @@ dcClient.on('interactionCreate', async interaction => { outputStream += `${data}\n` }) stream.on('exit', (code, signal) => { + console.log(`Ran command ${cmd}:\n${outputStream}`) + console.log("TEST" + outputStream.length) interaction.editReply(`Ran command ${cmd}:\n\`\`\`ansi\n${outputStream}\n\`\`\``); sendLog(`${colors.green("[INFO]")} Ran command ${cmd}`); });