Real Format String

This commit is contained in:
2023-03-17 21:36:46 -04:00
parent 5ba89a4019
commit 596c257b77

View File

@@ -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]}
```