Version 0.1.1 - Fix of /report (set required true)
This commit is contained in:
parent
0c70f08f51
commit
705c22d6ab
@ -40,13 +40,20 @@ module.exports = {
|
||||
|
||||
embed.addFields({name: "Niveau", value: levelString},{name: "Description", value: desc})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const channel = await client.channels.fetch('1102177962817749033')
|
||||
|
||||
channel.send({embeds: [embed]})
|
||||
channel.send({content: "<@486943594893017119>"})
|
||||
|
||||
const membed = new EmbedBuilder()
|
||||
.setColor(0x00ff66)
|
||||
.setTitle('Rapport de Bug envoyé !')
|
||||
|
||||
interaction.reply({embeds: [membed]})
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user