name gamertag in alarm ignore

This commit is contained in:
SowinskiBraeden committed 2023-04-15 12:45:03 -07:00
1 parent 70ae9fb89d
commit b3ac7997a1
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -385,7 +385,7 @@ module.exports = {
let successEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Green)
.setDescription(`**Success:** Successfully ${add?'Added':'Removed'} **${interaction.customId.split('-')[1]}** ${add?'to':'from'} **${alarm.name}**`);
.setDescription(`**Success:** Successfully ${add?'Added':'Removed'} **${interaction.customId.split('-')[2]}** ${add?'to':'from'} **${alarm.name}**`);
return interaction.update({ embeds: [successEmbed], components: [] });
}