followup abstract method
Use to follow up the interaction. Usage:
final interaction = await interaction.followUp(content: 'Hello Mineral');
Implementation
Future<InteractionContract> followup(
{required MessageBuilder builder, bool ephemeral = false});