@@ -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.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 } ,
30+ { name : "NodeJS Version" , value : `${ process . version } ` , inline : true } ,
31+ { name : "NodeJS Uptime" , value : app . functions . TStoHR ( process . uptime ( ) * 1000 ) , inline : true } ,
32+ { name : "NodeJS 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 }
@@ -38,4 +38,4 @@ module.exports = {
3838 } ]
3939 } ) ;
4040 }
41- }
41+ }
0 commit comments