diff --git a/commands/misc/info.js b/commands/misc/info.js index edff6c7..00b5139 100644 --- a/commands/misc/info.js +++ b/commands/misc/info.js @@ -189,8 +189,8 @@ module.exports = { inline: true, }, { - name: "🏷┆Version de Node.js", - value: `\`${process.version}\``, + name: `🏷┆Version de ${process.versions.bun ? "Bun" : "Node.js"}`, + value: `\`${process.versions.bun ? process.versions.bun : process.version}\``, inline: true, }, {