diff --git a/commands/alarm.js b/commands/alarm.js index 7785863..ac63c91 100644 --- a/commands/alarm.js +++ b/commands/alarm.js @@ -606,7 +606,7 @@ module.exports = { return interaction.update({ embeds: [successEmbed], components: [] }); } - } + }, RenameAlarm: { run: async(client, interaction, GuildDB) => { diff --git a/package.json b/package.json index 9118a81..4045cdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "6.10.0", + "version": "6.10.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {