show alarm player add

This commit is contained in:
SowinskiBraeden committed 2023-05-08 09:38:58 -07:00
1 parent fecc2d37dd
commit d3fa75e4ee
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -234,7 +234,7 @@ module.exports = {
const opt = new ActionRowBuilder().addComponents(alarms);
return interaction.send({ components: [opt], flags: (1 << 6) });
return interaction.send({ components: [opt] });
} else if (args[0].name == 'set-rule' || args[0].name == 'remove-rule') {
if (GuildDB.alarms.length == 0) return interaction.send({ embeds: [new EmbedBuilder().setColor(client.config.Colors.Default).setDescription('**Notice:** No Existing Alarms to configure.')] });