update/better bot stats

This commit is contained in:
SowinskiBraeden committed 2023-10-29 18:42:06 -07:00
1 parent c2bf5bb883
commit ee51fa1030
1 file changed
+1 -2
+1 -2
View File
@@ -20,8 +20,7 @@ module.exports = {
* @param {*} param3
*/
run: async (client, interaction, args, { GuildDB }, start) => {
let packageDir = path.join(__dirname, '..', 'package.json');
let package = JSON.parse(fs.readFileSync(packageDir));
let package = JSON.parse(fs.readFileSync('../package.json'));
const end = new Date().getTime();
const stats = new EmbedBuilder()