debug/stats.js
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -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 }
|
||||
)
|
||||
|
||||
|
||||
Reference in new issue
Block a user