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);