Skip to content

Commit 3802cb0

Browse files
Change Mentions of Node to Node.JS
1 parent a57d965 commit 3802cb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/cmds/General/about.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ module.exports = {
2727
{ name: "Bot Memory Usage", value: (Math.round(process.memoryUsage().heapUsed / 1024 / 1024 * 100) / 100) + " MiB", inline: true },
2828
{ name: "Servers I'm In", value: app.client.guilds.cache.size + " total", inline: true },
2929
{ name: "Host System Information", value: "** **" },
30-
{ name: "Node Version", value: `${process.version}`, inline: true },
31-
{ name: "Node Uptime", value: app.functions.TStoHR(process.uptime() * 1000), inline: true },
32-
{ name: "Node Execution Path", value: `${process.execPath}`, inline: true },
30+
{ name: "Node.JS Version", value: `${process.version}`, inline: true },
31+
{ name: "Node.JS Uptime", value: app.functions.TStoHR(process.uptime() * 1000), inline: true },
32+
{ name: "Node.JS Execution Path", value: `${process.execPath}`, inline: true },
3333
{ name: "Process PID", value: `${process.pid}`, inline: true },
3434
{ name: "System Platform", value: `${process.platform}`, inline: true },
3535
{ name: ((process.platform == "linux") ? "Kernel Version" : "System Version"), value: os.version(), inline: true }

0 commit comments

Comments
 (0)