mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
add slash command hints to help
This commit is contained in:
parent
34ba5a6e94
commit
1f6e2cd1f1
19 changed files with 63 additions and 22 deletions
|
@ -20,7 +20,8 @@ module.exports = {
|
|||
description_short: 'Image text recognition + translation.',
|
||||
examples: ['ocrtr en -from pl'],
|
||||
category: 'utils',
|
||||
usage: 'ocrtr <language> [-from <origin language>]'
|
||||
usage: 'ocrtr <language> [-from <origin language>]',
|
||||
slashCommand: "OCR Translate"
|
||||
},
|
||||
args: [
|
||||
{name: 'from', default: 'auto', type: 'string', help: "Language to translate from"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue