mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-15 00:02:50 +02:00
add prefix changeble with serveur and main prefix configurable
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user