Update correction du bug

This commit is contained in:
*x1
2024-06-05 21:31:50 +02:00
parent 8936deae4c
commit c0a683a7b0
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
permission: 0,
async execute(message, args, client) {
if (args.length <= 2) {
if (args.length >= 2) {
const embed = new EmbedBuilder()
.setTitle('Hack Impossible')
.setDescription(`❌ Veuillez indiquer l'id une team.`)