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
@@ -14,7 +14,7 @@ module.exports = {
{ name: '📚 Nom', value: `\`${client.user.username}\``, inline: true },
{ name: '🆔 ID', value: `\`${client.user.id}\``, inline: true },
{ name: '👨‍💻 Développeur', value: `\`valou336\` && \`tuturp33\``},
{ name: '⏳ Uptime', value: `\`\`\`${Math.round(client.uptime / (1000 * 60 * 60))}h ${Math.round(client.uptime / (1000 * 60)) % 60}m ${Math.round(client.uptime / 1000) % 60}\`\`\``},
{ name: '⏳ Uptime', value: `\`\`\`${Math.round(client.uptime / (1000 * 60 * 60))}h ${Math.round(client.uptime / (1000 * 60)) % 60}m ${Math.round(client.uptime / 1000) % 60}s\`\`\``},
{ name: '➡️ Discord Version', value: `\`${require('discord.js').version}\``, inline: true },
{ name: '⏯️ Node Version', value: `\`${process.version}\``, inline: true }
])