diff --git a/commands/event.js b/commands/event.js index a54f458..510540b 100644 --- a/commands/event.js +++ b/commands/event.js @@ -123,8 +123,8 @@ module.exports = { const eventsOptions = new ActionRowBuilder().addComponents(alarms); return interaction.send({ components: [eventsOptions], flags: (1 << 6) }); - } + } }, Interactions: { @@ -151,6 +151,5 @@ module.exports = { return interaction.update({ embeds: [successEmbed], components: [] }); } } - } } \ No newline at end of file diff --git a/package.json b/package.json index 8fea9c1..1c9f56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayz-armbands", - "version": "8.1.0", + "version": "8.1.1", "description": "A General Purpose Discord Bot for DayZ Servers.", "main": "index.js", "nodemonConfig": {