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