Whoops """

This commit is contained in:
2023-03-17 23:01:27 -04:00
parent f9ee755a29
commit 41b0a3e93b

View File

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