mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-12 08:14:34 +02:00
Ajout des alias pour les commandes existantes
This commit is contained in:
@@ -4,7 +4,12 @@ const GestionDb = new db.table("gestion");
|
||||
|
||||
module.exports = {
|
||||
name: 'helpall',
|
||||
aliases: ['hall', 'aideall'],
|
||||
description: 'Liste toutes les commandes disponibles par niveau de permission',
|
||||
emote: '📚',
|
||||
utilisation: 'helpall',
|
||||
category: 'utils',
|
||||
|
||||
async execute(message, args, client) {
|
||||
const botId = client.user.id;
|
||||
const guildId = message.guild.id;
|
||||
|
||||
Reference in New Issue
Block a user