debug event.js file missing bracket
This commit is contained in:
2 files changed
+2
-3
No files matched your search
+1
-2
@@ -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: [] });
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user