corrige help <command> & uptime command

This commit is contained in:
Tutur33
2024-02-17 00:03:40 +01:00
parent d47cd6881b
commit 7662916f85
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ module.exports = {
.setTitle(`Aide pour la commande ${command.emote ? ` ${command.emote}` : '🔧'} ${command.name}`)
.setDescription(command.description)
.addFields(
{ name: 'Utilisation', value: `\`${prefix}${command.utilisation ? ` **${command.utilisation}**` : ''}\``, inline: true },
{ name: 'Utilisation', value: `\`${prefix}${command.utilisation ? `${command.utilisation}` : ''}\``, inline: true },
{ name: 'Catégorie', value: command.category || 'Non spécifiée', inline: true }
);