mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-07 14:55:25 +02:00
add perfect help commande
This commit is contained in:
@@ -2,6 +2,7 @@ const { EmbedBuilder } = require("discord.js")
|
||||
module.exports = {
|
||||
name: 'serverinfo',
|
||||
description: 'Affiche les informations sur le serveur',
|
||||
category: 'utils',
|
||||
async execute(message, args, client) {
|
||||
const embed = new EmbedBuilder()
|
||||
.setAuthor({name: `${message.guild.name}`, iconURL: message.guild.iconURL({dynamic : true})})
|
||||
|
||||
Reference in New Issue
Block a user