This should be ephemeral
This commit is contained in:
parent
82bb01e326
commit
ad17e07f35
|
@ -125,6 +125,8 @@ export async function execute(interaction: CommandInteraction) {
|
|||
!collected.size &&
|
||||
interaction.followUp({
|
||||
content: "No channel selected. Try again.",
|
||||
ephemeral: true,
|
||||
components: []
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue