From 48a576ab5605ec3ec9272809668b8d7ce91c477e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 8 Mar 2025 17:23:34 -0500 Subject: Put LLM output on text file; Some fixes in logging; New command --- bot/src/events/InteractionCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/src/events/InteractionCreate.js') diff --git a/bot/src/events/InteractionCreate.js b/bot/src/events/InteractionCreate.js index 8f1e998..ac979d2 100644 --- a/bot/src/events/InteractionCreate.js +++ b/bot/src/events/InteractionCreate.js @@ -1,7 +1,7 @@ import { Events, MessageFlags } from 'discord.js'; function error(e) { - return `Something went wrong. [Submit an issue at the AleeBot repository.]()\nMessage:\n\`\`\`${e.stack}\`\`\``; + return `Something went wrong. [Submit an issue at the AleeBot repository.]()\nMessage:\n\`\`\`js\n${e.stack}\`\`\``; } export default { -- cgit v1.2.3