mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-10 10:55:06 +02:00
corrige help <command> & uptime command
This commit is contained in:
@@ -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 }
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user