Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -19,9 +19,9 @@ exports.run = async (client, msg, args, prefix) => { | ... | @@ -19,9 +19,9 @@ exports.run = async (client, msg, args, prefix) => { |
19 | }; | 19 | }; |
20 | 20 | ||
21 | exports.config = { | 21 | exports.config = { |
22 | - name: '핑', | 22 | + name: 'ocr', |
23 | - aliases: ['vld', 'ping'], | 23 | + aliases: ['ㅐㅊㄱ'], |
24 | category: ['ocr'], | 24 | category: ['ocr'], |
25 | - des: ['봇의 디스코드 웹소켓 지연시간을 알려드립니다'], | 25 | + des: ['이미지를 첨부하고 명령어를 입력하면, 이미지에 있는 텍스트를 추출합니다.'], |
26 | - use: ['!핑'] | 26 | + use: ['!ocr <사용 언어>'] |
27 | }; | 27 | }; |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment