update/better bot stats

This commit is contained in:
SowinskiBraeden committed 2023-10-29 18:46:46 -07:00
1 parent 4bc9c06e0a
commit c7552c463c
1 file changed
+1 -1
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = {
* @param {*} param3
*/
run: async (client, interaction, args, { GuildDB }, start) => {
let package = JSON.parse(fs.readFileSync('../package.json'));
const package = require('../package.json');
const end = new Date().getTime();
const stats = new EmbedBuilder()