Add msg to bug reports
Some checks are pending
ptero-push / build (push) Waiting to run

This commit is contained in:
Christopher Cookman 2025-05-27 15:49:33 -06:00
parent 73f2d86945
commit f94c5f0e6b

View file

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