add perfect help commande

This commit is contained in:
Tutur33
2024-02-15 02:24:42 +01:00
parent cd03559a98
commit 3e7020cd00
36 changed files with 91 additions and 24 deletions
+1
View File
@@ -5,6 +5,7 @@ const path = require('path');
module.exports = {
name: 'servers',
description: 'Liste les serveur du bot',
category: 'botcontrol',
async execute(message, args, client) {
const guilds = Array.from(client.guilds.cache.values()).map((guild, index) => `${index + 1}. ${guild.name} : ${guild.id}`).join("\n\n");