show nodejs version

This commit is contained in:
Supositware 2019-01-10 09:02:02 +01:00
parent 5492e3f755
commit 2bf745d6c5

View file

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