This commit is contained in:
arthur
2024-05-29 17:26:30 +02:00
+1 -1
View File
@@ -12,7 +12,7 @@ module.exports = {
async execute(message, args, client) {
if (args.length <= 2) {
const embed = new EmbedBuilder()
.setTitle('Ajout Impossible')
.setTitle('Hack Impossible')
.setDescription(`❌ Veuillez indiquer l'id une team.`)
.setColor(await embedColor(message.author.id, message.guild.id))
.setTimestamp()