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: {