include bot version in stats
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+1
-1
@@ -29,11 +29,11 @@ module.exports = {
|
|||||||
.setTitle('QuarksBot Statistics')
|
.setTitle('QuarksBot Statistics')
|
||||||
.addFields(
|
.addFields(
|
||||||
{ name: 'Guilds', value: `${client.guilds.cache.size}`, inline: true },
|
{ name: 'Guilds', value: `${client.guilds.cache.size}`, inline: true },
|
||||||
{ name: 'Channels', value: `${client.channels.cache.size}`, inline: true },
|
|
||||||
{ name: 'Users', value: `${client.users.cache.size}`, inline: true },
|
{ name: 'Users', value: `${client.users.cache.size}`, inline: true },
|
||||||
{ name: 'Latency', value: `${end - start}ms`, inline: true },
|
{ name: 'Latency', value: `${end - start}ms`, inline: true },
|
||||||
{ name: 'Uptime', value: `${client.secondsToDhms(process.uptime().toFixed(2))}`, 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 }
|
||||||
)
|
)
|
||||||
|
|
||||||
return interaction.send({ embeds: [stats] })
|
return interaction.send({ embeds: [stats] })
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
Dev: "PROD",
|
Dev: "PROD.",
|
||||||
Version: "1.4.0",
|
Version: "1.4.1",
|
||||||
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
||||||
DefaultPrefix: "?",
|
DefaultPrefix: "?",
|
||||||
ServerID: "955668596745461830",
|
ServerID: "955668596745461830",
|
||||||
|
|||||||
Reference in new issue
Block a user