This commit is contained in:
parent
73f2d86945
commit
f94c5f0e6b
1
index.js
1
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: {
|
||||
|
|
Loading…
Reference in a new issue