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": {