Update help with good configurationon commands

This commit is contained in:
VALOU3336
2024-02-15 17:58:21 +01:00
parent 07ec599d26
commit 03534a2184
35 changed files with 141 additions and 42 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
const { EmbedBuilder, ButtonStyle, ButtonBuilder, ActionRowBuilder } = require("discord.js")
module.exports = {
name: 'avatar',
name: 'pic',
description: 'Affiche l\'avatar d\'un utilisateur',
category: 'utils',
utilisation: 'pic [@user/userId]',
async execute(message, args, client) {
let user;
if (message.mentions.users.size > 0) {