Version 0.1.1 - Fix of /report (set required true)

This commit is contained in:
CICD - Pipeline 2023-08-20 17:38:27 +02:00
parent 0c70f08f51
commit 705c22d6ab

View File

@ -48,6 +48,13 @@ module.exports = {
channel.send({embeds: [embed]})
channel.send({content: "<@486943594893017119>"})
const membed = new EmbedBuilder()
.setColor(0x00ff66)
.setTitle('Rapport de Bug envoyé !')
interaction.reply({embeds: [membed]})
}
}