From 42b4ee1cf6500e87fa8417e43b7f3517c66d1652 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Sun, 11 Dec 2022 10:34:00 -0800 Subject: [PATCH] 4.4.3 debug stats command --- commands/stats.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/stats.js b/commands/stats.js index 51094b0..427c62f 100644 --- a/commands/stats.js +++ b/commands/stats.js @@ -19,7 +19,7 @@ module.exports = { * @param {string[]} args * @param {*} param3 */ - run: async (client, interaction, args, { GuildDB }) => { + run: async (client, interaction, args, { GuildDB }, start) => { const end = new Date().getTime(); const stats = new EmbedBuilder() .setColor(client.config.Colors.Default) diff --git a/package.json b/package.json index 8e40ba0..03ed161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "4.4.2", + "version": "4.4.3", "description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.", "main": "index.js", "nodemonConfig": {