From c762b34c843d0210ebaec75818f61de38a54d7ed Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 13 Jun 2023 14:29:44 -0700 Subject: [PATCH] debuyg handle remove income role --- commands/config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/config.js b/commands/config.js index 4aa540d..28a27e8 100644 --- a/commands/config.js +++ b/commands/config.js @@ -769,7 +769,7 @@ module.exports = { return interaction.update({ embeds: [successEmbed], components: [] }); } - } + }, ResetSettings: { run: async (client, interaction, GuildDB) => { diff --git a/package.json b/package.json index 6ff42f5..a6827b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "7.2.0", + "version": "7.2.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {