noReply abstract method
Use to not reply to the interaction, prevent the 'This interaction failed' message. Usage:
await interaction.noReply();
Implementation
Future<void> noReply();
Use to not reply to the interaction, prevent the 'This interaction failed' message. Usage:
await interaction.noReply();
Future<void> noReply();