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

Commit 2b7afa0

Browse files
author
Clemiee McCartney
committed
add ocr to help page
1 parent 26b7d25 commit 2b7afa0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cogs/help.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ async def help(self, ctx: InteractionContext, plugin_name=None):
168168
value=f"Returns you a LMGTFY link. Good to counter people who lazy enough to open up Google in their browser :3",
169169
inline=False,
170170
)
171+
ckc.add_field(
172+
name="</ckc image ocr:996967239976747170>",
173+
value=f"Read text inside of an image (Optical Character Recognition)",
174+
inline=False,
175+
)
171176

172177
samp = Embed(
173178
title="SA-MP Commands",

0 commit comments

Comments
 (0)