fixed intents
diff --git a/src/commands/settings/tracks.ts b/src/commands/settings/tracks.ts
index cbc5f17..7e341c4 100644
--- a/src/commands/settings/tracks.ts
+++ b/src/commands/settings/tracks.ts
@@ -327,11 +327,11 @@
} else {
if (!current.track.includes(role)) {
current.track.push(role);
- await interaction.editReply({ embeds: LoadingEmbed, components: [] });
} else {
previousMessage = "That role is already on this track";
}
}
+ await interaction.editReply({ embeds: LoadingEmbed, components: [] });
break;
}
}