mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 03:14:17 +01:00
Update /info to show node.js or bun version
depending on which one is in use
This commit is contained in:
parent
c61fa40784
commit
e534965baa
@ -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,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user