Ajout des alias pour les commandes existantes

This commit is contained in:
Tutur33
2024-02-17 13:33:46 +01:00
parent aa1811a9f1
commit 5a15326eba
67 changed files with 146 additions and 5 deletions
+5
View File
@@ -2,7 +2,12 @@ const { EmbedBuilder } = require('discord.js');
module.exports = {
name: 'channel',
aliases: ['salon', 'channelinfo', 'saloninfo'],
description: 'Affiche les informations sur un salon',
category: 'utils',
emote: '📌',
utilisation: 'channel <#salon>',
async execute(message) {
const channel = message.mentions.channels.first() || message.channel;