mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-13 15:56:36 +02:00
add perfect help commande
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user