From 7996c6261d4724717b544197adcf322f89eabb3d Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Wed, 24 Aug 2022 23:27:18 -0700 Subject: [PATCH] update version/include discord.js version --- commands/stats.js | 4 ++-- config/config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/stats.js b/commands/stats.js index e150322..4690ced 100644 --- a/commands/stats.js +++ b/commands/stats.js @@ -32,8 +32,8 @@ 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: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true } + { name: 'Bot Version', value: `${client.config.Dev} v${client.config.Version}`, inline: true }, + { name: 'Discord Version', value: 'Discord.js v14.3.0', inline: true }, ) return interaction.send({ embeds: [stats] }) diff --git a/config/config.js b/config/config.js index 7da8c91..725d74c 100644 --- a/config/config.js +++ b/config/config.js @@ -1,6 +1,6 @@ module.exports = { Dev: "PROD.", - Version: "1.4.1", + Version: "1.8.3", Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830",