mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 08:12:36 +02:00
Update help with good configurationon commands
This commit is contained in:
@@ -2,7 +2,10 @@ const { EmbedBuilder } = require("discord.js")
|
||||
module.exports = {
|
||||
name: 'userinfo',
|
||||
description: 'Affiche les informations sur un utilisateur',
|
||||
emote: '👤',
|
||||
utilisation: 'userinfo',
|
||||
category: 'utils',
|
||||
|
||||
async execute(message, args, client) {
|
||||
let user;
|
||||
if (args.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user