From f94c5f0e6b7ecdf63550f49e26effe1125c863bf Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 27 May 2025 15:49:33 -0600 Subject: [PATCH] Add msg to bug reports --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 041760e..3b18698 100644 --- a/index.js +++ b/index.js @@ -1363,6 +1363,7 @@ discord.on("interactionCreate", async (interaction) => { isGuild = interaction.inGuild(); bugReportChannel = await discord.channels.fetch(config.discord.bugReportChannel); report = { + content: config.discord.bugReportChannelMessage || null, embeds: [{ title: "Bug Report", author: {