add prefix changeble with serveur and main prefix configurable

This commit is contained in:
VALOU3336
2024-02-15 20:59:10 +01:00
parent d16a132d4d
commit 16335991dc
9 changed files with 55 additions and 23 deletions
+3
View File
@@ -5,6 +5,9 @@ const GestionDb = new db.table("gestion");
module.exports = {
name: 'change',
description: 'Change le niveau de permission d\'une commande',
emote: '🔄',
utilisation: 'change <commande> <perm>',
category: 'botcontrol',
async execute(message, args, client) {
const botId = client.user.id;
const unchangeableCommands = ['owner', 'unowner','buyer'];