mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
add slashcommand hint to translate
This commit is contained in:
parent
0a9c904be6
commit
c09dc73043
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ module.exports = {
|
||||||
description_short: 'Translate text.',
|
description_short: 'Translate text.',
|
||||||
examples: ['tr groß nussig -from de -to en'],
|
examples: ['tr groß nussig -from de -to en'],
|
||||||
category: 'utils',
|
category: 'utils',
|
||||||
usage: `tr <text> [-to <target language>] [-from <origin language>]`
|
usage: `tr <text> [-to <target language>] [-from <origin language>]`,
|
||||||
|
slashCommand: "translate"
|
||||||
},
|
},
|
||||||
args: [
|
args: [
|
||||||
{name: 'to', default: 'en', type: 'language', help: "Target Language"},
|
{name: 'to', default: 'en', type: 'language', help: "Target Language"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue