defect/214-application-did-not-respond #233

Merged
Vylpes merged 2 commits from defect/214-application-did-not-respond into develop 2022-12-27 15:18:56 +00:00
Showing only changes of commit c4b5d9671b - Show all commits

View file

@ -57,5 +57,12 @@ export default class Rules extends Command {
}
await channel.send({ embeds: embeds });
const successEmbed = new EmbedBuilder()
.setColor(EmbedColours.Ok)
.setTitle("Success")
.setDescription("The rules have sent to this channel successfully");
await interaction.reply({ embeds: [ successEmbed], ephemeral: true });
}
}