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

Commit

Permalink
add ocr to help page
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemiee McCartney committed Oct 11, 2022
1 parent 26b7d25 commit 2b7afa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cogs/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ async def help(self, ctx: InteractionContext, plugin_name=None):
value=f"Returns you a LMGTFY link. Good to counter people who lazy enough to open up Google in their browser :3",
inline=False,
)
ckc.add_field(
name="</ckc image ocr:996967239976747170>",
value=f"Read text inside of an image (Optical Character Recognition)",
inline=False,
)

samp = Embed(
title="SA-MP Commands",
Expand Down

0 comments on commit 2b7afa0

Please sign in to comment.