update/better bot stats
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -21,7 +21,7 @@ module.exports = {
|
|||||||
* @param {*} param3
|
* @param {*} param3
|
||||||
*/
|
*/
|
||||||
run: async (client, interaction, args, { GuildDB }, start) => {
|
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 end = new Date().getTime();
|
||||||
const stats = new EmbedBuilder()
|
const stats = new EmbedBuilder()
|
||||||
|
|||||||
Reference in new issue
Block a user