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);
return interaction.send({ components: [eventsOptions], flags: (1 << 6) });
}
}
},
Interactions: {
@@ -151,6 +151,5 @@ module.exports = {
return interaction.update({ embeds: [successEmbed], components: [] });
}
}
}
}