mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-18 21:39:16 +02:00
Ajout des alias pour les commandes existantes
This commit is contained in:
@@ -2,7 +2,12 @@ const { EmbedBuilder, PermissionsBitField } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: 'roleinfo',
|
||||
aliases: ['roleinfos', 'role-info', 'role-infos'],
|
||||
description: 'Affiche les informations sur un rôle',
|
||||
category: 'utils',
|
||||
emote: '🔒',
|
||||
utilisation: 'roleinfo <@role>',
|
||||
|
||||
async execute(message, args) {
|
||||
if (args.length === 0) {
|
||||
return message.reply('Veuillez mentionner un rôle.');
|
||||
|
||||
Reference in New Issue
Block a user