noReply abstract method

Future<void> noReply({
  1. bool ephemeral = false,
})

Use to not reply to the interaction, prevent the 'This interaction failed' message. Usage:

await interaction.noReply();

Implementation

Future<void> noReply({bool ephemeral = false});