mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-25 06:33:04 +02:00
Ajout des alias pour les commandes existantes
This commit is contained in:
@@ -3,10 +3,12 @@ const GestionDb = new db.table("gestion");
|
||||
|
||||
module.exports = {
|
||||
name: 'unowner',
|
||||
aliases: ['unowners'],
|
||||
description: 'Supprime un propriétaire',
|
||||
emote: '👑',
|
||||
utilisation: 'unowner <@user>',
|
||||
category: 'buyer',
|
||||
|
||||
async execute(message) {
|
||||
const botId = message.client.user.id;
|
||||
const user = message.mentions.users.first();
|
||||
|
||||
Reference in New Issue
Block a user