# How can I delete a followUp() message? I currently have this but it doesn't work. const msg = await interaction.followUp({ content: message, fetchReply: true }); setTimeout(() => { msg.delete().catch(() => {}); }, delay);