From 8d727909c8906f388beb11553701258d256c015c Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 3 Aug 2022 19:37:20 -0700 Subject: [PATCH] debug/stats.js --- commands/stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/stats.js b/commands/stats.js index 520b46d..85fb882 100644 --- a/commands/stats.js +++ b/commands/stats.js @@ -32,7 +32,7 @@ module.exports = { { name: 'Users', value: `${client.users.cache.size}`, inline: true }, { name: 'Latency', value: `${end - start}ms`, inline: true }, { name: 'Uptime', value: `${client.secondsToDhms(process.uptime().toFixed(2))}`, inline: true }, - { name: 'Commands run', value: `${client.commandsRun}`, inline: true } + { name: 'Commands run', value: `${client.commandsRun}`, inline: true }, { name: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true } )