Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
fucking typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemiee McCartney committed Oct 14, 2022
1 parent 00a6839 commit 628baf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ckc.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async def ocr(self, ctx: InteractionContext, image: OptionTypes.ATTACHMENT):
if len(results) > 2048:
results = "{}...".format(results[:2045])
embed.description = results
preview = catbox.url_upload(attachment.url)
preview = catbox.url_upload(image.url)
embed.set_image(url=preview)
embed.set_footer(
text="Optical Character Recognition",
Expand Down

0 comments on commit 628baf8

Please sign in to comment.