Use to not reply to the interaction, prevent the 'This interaction failed' message. Usage:
await interaction.noReply();
Future<void> noReply({bool ephemeral = false});