fix event delete

This commit is contained in:
SowinskiBraeden committed 2023-07-01 10:52:00 -07:00
1 parent a3e027f935
commit 48221ea7c4
1 file changed
+1 -1
+1 -1
View File
@@ -118,7 +118,7 @@ module.exports = {
}); });
} }
const eventsOptions = new ActionRowBuilder().addComponents(alarms); const eventsOptions = new ActionRowBuilder().addComponents(events);
return interaction.send({ components: [eventsOptions], flags: (1 << 6) }); return interaction.send({ components: [eventsOptions], flags: (1 << 6) });
} }