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();
|
isGuild = interaction.inGuild();
|
||||||
bugReportChannel = await discord.channels.fetch(config.discord.bugReportChannel);
|
bugReportChannel = await discord.channels.fetch(config.discord.bugReportChannel);
|
||||||
report = {
|
report = {
|
||||||
|
content: config.discord.bugReportChannelMessage || null,
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: "Bug Report",
|
title: "Bug Report",
|
||||||
author: {
|
author: {
|
||||||
|
|
Loading…
Reference in a new issue