debug event.js file missing bracket

This commit is contained in:
SowinskiBraeden committed 2023-06-19 21:42:57 -07:00
1 parent 4f085f3f45
commit ad8b2431c3
2 files changed
+2 -3

No files matched your search

+1 -2
View File
@@ -123,8 +123,8 @@ module.exports = {
const eventsOptions = new ActionRowBuilder().addComponents(alarms); const eventsOptions = new ActionRowBuilder().addComponents(alarms);
return interaction.send({ components: [eventsOptions], flags: (1 << 6) }); return interaction.send({ components: [eventsOptions], flags: (1 << 6) });
} }
}
}, },
Interactions: { Interactions: {
@@ -151,6 +151,5 @@ module.exports = {
return interaction.update({ embeds: [successEmbed], components: [] }); return interaction.update({ embeds: [successEmbed], components: [] });
} }
} }
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayz-armbands", "name": "dayz-armbands",
"version": "8.1.0", "version": "8.1.1",
"description": "A General Purpose Discord Bot for DayZ Servers.", "description": "A General Purpose Discord Bot for DayZ Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {