This should be ephemeral

This commit is contained in:
powermaker450 2024-10-12 13:40:28 -04:00
parent 82bb01e326
commit ad17e07f35

View file

@ -125,6 +125,8 @@ export async function execute(interaction: CommandInteraction) {
!collected.size &&
interaction.followUp({
content: "No channel selected. Try again.",
ephemeral: true,
components: []
});
});
}