mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-09 18:39:21 +02:00
add perfect help commande
This commit is contained in:
@@ -3,6 +3,7 @@ const { PermissionsBitField } = require('discord.js');
|
||||
module.exports = {
|
||||
name: 'invite',
|
||||
description: 'Crée un lien d\'invitation pour un serveur spécifique',
|
||||
category: 'botcontrol',
|
||||
async execute(message, args, client) {
|
||||
// Vérifie si l'ID du serveur a été fourni
|
||||
if (!args[0]) {
|
||||
|
||||
Reference in New Issue
Block a user