Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박건희
/
emon_bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Minty U
2022-05-25 00:58:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
504e1df661dcd139c2b5e68dfbf7381063e944e5
504e1df6
1 parent
0867734a
Add OCR function config
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
Commands/OCR/ocr.js
Commands/OCR/ocr.js
View file @
504e1df
...
...
@@ -19,9 +19,9 @@ exports.run = async (client, msg, args, prefix) => {
};
exports
.
config
=
{
name
:
'
핑
'
,
aliases
:
[
'
vld'
,
'ping
'
],
name
:
'
ocr
'
,
aliases
:
[
'
ㅐㅊㄱ
'
],
category
:
[
'ocr'
],
des
:
[
'
봇의 디스코드 웹소켓 지연시간을 알려드립니다
'
],
use
:
[
'!
핑
'
]
des
:
[
'
이미지를 첨부하고 명령어를 입력하면, 이미지에 있는 텍스트를 추출합니다.
'
],
use
:
[
'!
ocr <사용 언어>
'
]
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment