Real Format String
This commit is contained in:
@@ -36,7 +36,7 @@ async def summarize(
|
|||||||
|
|
||||||
resp = await search(article)
|
resp = await search(article)
|
||||||
|
|
||||||
await interaction.followup.send("""Search Response:
|
await interaction.followup.send(f"""Search Response:
|
||||||
```
|
```
|
||||||
{resp.text[:1000]}
|
{resp.text[:1000]}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user