diff --git a/commands/teams/tdemote.js b/commands/teams/tdemote.js index 7aeb902..aa2c9db 100644 --- a/commands/teams/tdemote.js +++ b/commands/teams/tdemote.js @@ -3,7 +3,7 @@ const db = require('../../fonctions/database.js'); const embedColor = require('../../fonctions/embedColor.js'); module.exports = { - aliases: ['teamdemote'], + aliases: ['teamdemote', 'tderank'], description: 'Rétrograder un officier à membre dans votre équipe.', emote: '🛡️', utilisation: '<@user>', diff --git a/commands/teams/tpromote.js b/commands/teams/tpromote.js index 223a334..1292edf 100644 --- a/commands/teams/tpromote.js +++ b/commands/teams/tpromote.js @@ -3,7 +3,7 @@ const db = require('../../fonctions/database.js'); const embedColor = require('../../fonctions/embedColor.js'); module.exports = { - aliases: ['teampromote'], + aliases: ['teampromote', 'trankup'], description: 'Promouvoir un utilisateur à officier dans votre équipe.', emote: '🛡️', utilisation: '<@user>',