From 6888d05c0bf12de13b2dd92c2811313b6cb37feb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 18 May 2017 21:56:08 +0000 Subject: [PATCH] More Info Changes --- commands/util/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/info.js b/commands/util/info.js index 8659189c..dc833900 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -41,7 +41,7 @@ module.exports = class InfoCommand extends Command { .addField('Uptime', moment.duration(this.client.uptime).format('d[d]h[h]m[m]s[s]'), true) .addField('Version', - version, true) + `v${version}`, true) .addField('Node Version', process.version, true) .addField('Library',