mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-17 21:39:28 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user