forked from Supositware/Haha-Yes
show nodejs version
This commit is contained in:
parent
5492e3f755
commit
2bf745d6c5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue