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