.showModal(...) on it, otherwise I get an error stating that the interaction has already been replied to. Once the modal is displayed, I'm calling .awaitModalSubmit(...) on the interaction, which returns a ModalSubmitInteraction. It seems as though the modal submit interaction returned isn't tied to the original interaction, so if replied to, it generates a new message in Discord, leaving the original interaction in the Sending command... state. If I instead follow up or edit the original interaction, the modal submit interaction gets stuck in a an un-replied state.