From 2bf745d6c5d5b630ad267026a276308a571241f3 Mon Sep 17 00:00:00 2001 From: Supositware Date: Thu, 10 Jan 2019 09:02:02 +0100 Subject: [PATCH] show nodejs version --- commands/utility/stats.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/utility/stats.js b/commands/utility/stats.js index b649f2d..b1d3147 100644 --- a/commands/utility/stats.js +++ b/commands/utility/stats.js @@ -42,6 +42,7 @@ class StatsCommand extends Command { .addField('Uptime', uptime, true) .addField('Ram usage', `${Math.round(used * 100) / 100} MB`, true) .addField('Autoresponse in this channel',autoresponseStatus,true) + .addField('Nodejs version', process.version) .setTimestamp(); return message.channel.send(statsEmbed);