Skip to content

Commit

Permalink
fix: fix issues with /support report for bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-737 authored Dec 20, 2023
1 parent 91d51b2 commit a7b5d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/slash/Support/support/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ export default class Report extends Support {
if (!devChat) return;

// finally make the post in ic central
await devChat.send({ embeds: [bugReportEmbed] });
await devChat.send({ embeds: [ctx.embed] });
},
{ context: { affected, devChannel: channels.devChat } },
{ context: { affected, devChannel: channels.devChat, embed: bugReportEmbed.toJSON() } },
);

await interaction.reply({
Expand Down

0 comments on commit a7b5d75

Please sign in to comment.