diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index 2903d70..b22e455 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -52,8 +52,8 @@ async def summarize( await interaction.followup.send(f"Unable to find article: {article}") return - await interaction.followup.send(f"Article Found: {resp['ref']} - Parsing PDF...") + await interaction.followup.send(f"""Article Found: {resp['ref']} + Parsing PDF...""") await interaction.followup.edit_message(f"""Article Found: {resp['ref']} ``` {getPDF(resp['pdf'])[:1000]}