Skip to content

Commit

Permalink
workaround 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jun 8, 2024
1 parent ef4f43f commit f733798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interactions/buttons/operation/confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
logChannel.send({ embeds: [embed] });
logChannel.send({ files: [transcript] });

interaction.followUp({ content: `Close Request Confirmed!`})
interaction.followUp({ content: `Closing this ticket in 5 seconds...`, ephemeral: false });

setTimeout(async () => {
Expand Down

0 comments on commit f733798

Please sign in to comment.