Whoops """
This commit is contained in:
@@ -52,8 +52,8 @@ async def summarize(
|
|||||||
await interaction.followup.send(f"Unable to find article: {article}")
|
await interaction.followup.send(f"Unable to find article: {article}")
|
||||||
return
|
return
|
||||||
|
|
||||||
await interaction.followup.send(f"Article Found: {resp['ref']}
|
await interaction.followup.send(f"""Article Found: {resp['ref']}
|
||||||
Parsing PDF...")
|
Parsing PDF...""")
|
||||||
await interaction.followup.edit_message(f"""Article Found: {resp['ref']}
|
await interaction.followup.edit_message(f"""Article Found: {resp['ref']}
|
||||||
```
|
```
|
||||||
{getPDF(resp['pdf'])[:1000]}
|
{getPDF(resp['pdf'])[:1000]}
|
||||||
|
|||||||
Reference in New Issue
Block a user