diff --git a/handyhelper/__init__.py b/handyhelper/__init__.py index cee76b4..371bc75 100644 --- a/handyhelper/__init__.py +++ b/handyhelper/__init__.py @@ -36,7 +36,7 @@ async def summarize( resp = await search(article) - await interaction.followup.send("""Search Response: + await interaction.followup.send(f"""Search Response: ``` {resp.text[:1000]} ```