mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-15 15:56:27 +02:00
Ajout des alias pour les commandes existantes
This commit is contained in:
@@ -6,6 +6,10 @@ const GestionDb = new db.table("gestion");
|
||||
module.exports = {
|
||||
name: 'permupdate',
|
||||
description: 'Mettre à jour les permissions dans le fichier permissions.json',
|
||||
emote: '🔒',
|
||||
utilisation: 'permupdate',
|
||||
category: 'buyer',
|
||||
|
||||
async execute(message, args, client) {
|
||||
const commands = Array.from(client.commands.keys());
|
||||
const permissionsPath = path.resolve(__dirname, '../permissions.json');
|
||||
|
||||
Reference in New Issue
Block a user